Skip to content

Commit dcf46be

Browse files
committed
required arg
1 parent d2613cb commit dcf46be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/components/banner.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<script type="text/javascript">
2020
// Hide the gov banner immediately rather than waiting for external JS
2121
// sources to load and execute.
22-
document.getElementById("gov-banner").setAttribute("hidden");
22+
document.getElementById("gov-banner").setAttribute("hidden", "");
2323
</script>
2424
<div class="grid-row grid-gap-lg">
2525
<div class="usa-banner__guidance tablet:grid-col-6">

0 commit comments

Comments
 (0)