diff --git a/assets/javascripts/lib/page.coffee b/assets/javascripts/lib/page.coffee index ea20000b..91d73432 100644 --- a/assets/javascripts/lib/page.coffee +++ b/assets/javascripts/lib/page.coffee @@ -208,7 +208,7 @@ track = -> # Only ask for consent once per browser session Cookies.set('analyticsConsentAsked', '1') - new app.views.Notif 'AnalyticsConsent', autoHide: false + new app.views.Notif 'AnalyticsConsent', autoHide: null return @resetAnalytics = ->