90 days not 93

This commit is contained in:
Set Hallstrom 2020-11-20 10:33:53 +01:00
parent ee52867284
commit a6ed468ece

View file

@ -49,7 +49,7 @@
{% include matomo.js %} {% include matomo.js %}
} }
document.getElementById('cookie-notice-accept').addEventListener("click", function () { document.getElementById('cookie-notice-accept').addEventListener("click", function () {
createCookie('cookie-notice-dismissed', 'wantCookies', 93); createCookie('cookie-notice-dismissed', 'wantCookies', 90);
document.getElementById('cookie-notice').style.display = 'none'; document.getElementById('cookie-notice').style.display = 'none';
_paq.push(['trackEvent', 'Consent', 'wantCookie']); _paq.push(['trackEvent', 'Consent', 'wantCookie']);
location.reload(); location.reload();