Skip to content

Commit

Permalink
Merge pull request #2149 from alphagov/covid-banner
Browse files Browse the repository at this point in the history
Suppress banner for sub-pages of /coronavirus
  • Loading branch information
sihugh authored Apr 27, 2020
2 parents 628332d + fc43098 commit 6721368
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/global-bar-init.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var globalBarInit = {

urlBlockList: function() {
var paths = [
"^/coronavirus/business-support$"
"^/coronavirus/.*$"
]

var ctaLink = document.querySelector('.js-call-to-action')
Expand Down

0 comments on commit 6721368

Please sign in to comment.