Skip to content

Commit f25c62e

Browse files
committed
Revert autoHide change for consistency
1 parent 22094f7 commit f25c62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assets/javascripts/lib/page.coffee

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ track = ->
208208
# Only ask for consent once per browser session
209209
Cookies.set('analyticsConsentAsked', '1')
210210

211-
new app.views.Notif 'AnalyticsConsent', autoHide: false
211+
new app.views.Notif 'AnalyticsConsent', autoHide: null
212212
return
213213

214214
@resetAnalytics = ->

0 commit comments

Comments
 (0)