Skip to content

Commit

Permalink
Merge pull request #2085 from alphagov/version-banner
Browse files Browse the repository at this point in the history
Version global banner so it shows for all users
  • Loading branch information
Vanita Barrett authored Mar 13, 2020
2 parents df913d3 + 6e1e79f commit b625ea8
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 @@ -6,7 +6,7 @@ window.GOVUK = window.GOVUK || {}

// Bump this if you are releasing a major change to the banner
// This will reset the view count so all users will see the banner, even if previously seen
var BANNER_VERSION = 4;
var BANNER_VERSION = 5;
var GLOBAL_BAR_SEEN_COOKIE = "global_bar_seen"

var globalBarInit = {
Expand Down

0 comments on commit b625ea8

Please sign in to comment.