90 days not 93
This commit is contained in:
parent
ee52867284
commit
a6ed468ece
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue