Skip to content

Commit 5809e9e

Browse files
authored
Merge pull request #263 from nationalarchives/feature/DSOPS-268-hide-searchbox-webarchive
Adding in additional js to hide the search box in the header for the …
2 parents 0944a3e + e957f0b commit 5809e9e

8 files changed

Lines changed: 4998 additions & 3433 deletions

File tree

Gruntfile.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ module.exports = function(grunt) {
6262
'js/cookie-notice.js',
6363
'js/image-caption.js',
6464
'js/tna-global.js',
65-
'js/run-on-page-load.js'
65+
'js/run-on-page-load.js',
66+
'js/hide-search-box.js'
6667
],
6768
dest: 'js/compiled/tna-base.js'
6869
}

0 commit comments

Comments
 (0)