We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a5158 commit efc95d6Copy full SHA for efc95d6
1 file changed
assets/js/main.js
@@ -9,11 +9,6 @@
9
10
(function() {
11
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
-
17
/**
18
* Finds nodes based on the given selector, starting from the provided root
19
* node (or the document). The nodes are returned in a real Array versus a
0 commit comments