Skip to content

Commit efc95d6

Browse files
author
Ari Chivukula
committed
Remove hacky header code
1 parent e8a5158 commit efc95d6

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

assets/js/main.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99

1010
(function() {
1111

12-
// This is super fragile, but otherwise the header reads like we're
13-
// less official: "The .gov means it's official."
14-
var govBanner = document.querySelector('.usa-banner-guidance-gov strong');
15-
govBanner.innerText = govBanner.innerText.replace(/\.gov/, '.mil');
16-
1712
/**
1813
* Finds nodes based on the given selector, starting from the provided root
1914
* node (or the document). The nodes are returned in a real Array versus a

0 commit comments

Comments
 (0)