Skip to content

Commit

Permalink
Adding in additional js to hide the search box in the header for the …
Browse files Browse the repository at this point in the history
…/webarchive page
  • Loading branch information
JohnHeeryTNA committed Feb 10, 2023
1 parent 0944a3e commit 255a47e
Show file tree
Hide file tree
Showing 6 changed files with 4,981 additions and 3,432 deletions.
3 changes: 2 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ module.exports = function(grunt) {
'js/cookie-notice.js',
'js/image-caption.js',
'js/tna-global.js',
'js/run-on-page-load.js'
'js/run-on-page-load.js',
'js/hid-search-box.js'
],
dest: 'js/compiled/tna-base.js'
}
Expand Down
Loading

0 comments on commit 255a47e

Please sign in to comment.