Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
arichiv-usds authored Mar 12, 2018
1 parent ea80ca4 commit 95d4127
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*/
(function SubNav() {
if (/^\/frequently\-asked\-questions/.test(window.location.pathname)) {
insertSubNav('#main-content h1', '/frequently-asked-questions.html', 1);
insertSubNav('#main-content h2', '/frequently-asked-questions.html', 1);
} else if (/^\/how\-to\-open\-source/.test(window.location.pathname)) {
insertSubNav('#main-content h3', '/how-to-open-source.html', 1);
}
Expand Down

0 comments on commit 95d4127

Please sign in to comment.