We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2613cb commit dcf46beCopy full SHA for dcf46be
_includes/components/banner.html
@@ -19,7 +19,7 @@
19
<script type="text/javascript">
20
// Hide the gov banner immediately rather than waiting for external JS
21
// sources to load and execute.
22
- document.getElementById("gov-banner").setAttribute("hidden");
+ document.getElementById("gov-banner").setAttribute("hidden", "");
23
</script>
24
<div class="grid-row grid-gap-lg">
25
<div class="usa-banner__guidance tablet:grid-col-6">
0 commit comments