Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions app/javascript/app/utils/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import 'identity-style-guide/dist/assets/js/main';
import autoLogout from './auto-logout';
import countdownTimer from './countdown-timer';
import msFormatter from './ms-formatter';
import enableBannerToggling from './toggle-banner';

window.LoginGov = window.LoginGov || {};
const { LoginGov } = window;
Expand All @@ -12,5 +12,3 @@ documentElement.className = documentElement.className.replace(/no-js/, '');
LoginGov.autoLogout = autoLogout;
LoginGov.countdownTimer = countdownTimer;
LoginGov.msFormatter = msFormatter;

enableBannerToggling();
20 changes: 0 additions & 20 deletions app/javascript/app/utils/toggle-banner.js

This file was deleted.

2 changes: 1 addition & 1 deletion app/views/shared/_banner.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
</button>
</div>
</header>
<div class="usa-banner__content usa-accordion__content hide" id="gov-banner">
<div class="usa-banner__content usa-accordion__content" id="gov-banner">
Comment thread
zachmargolis marked this conversation as resolved.
Outdated
<div class="grid-row grid-gap-lg">
<div class="usa-banner__guidance tablet:grid-col-6">
<%= image_tag(
Expand Down