diff --git a/assets/js/scripts/policy-popup.js b/assets/js/scripts/policy-popup.js index 2108592..eafb0b8 100755 --- a/assets/js/scripts/policy-popup.js +++ b/assets/js/scripts/policy-popup.js @@ -7,8 +7,9 @@ function openPolicyPopup() { function agreePolicyPopup() { const _paq = window._paq || []; _paq.push(['rememberConsentGiven', 43800]); + _paq.push(['rememberCookieConsentGiven']); $("#mind-policy-popup").fadeOut(300); // Disable the div - setCookie("consentGiven", "true", 1825) // todo: check if already present? also, firefox was throwing a warning... + setCookie("consentGiven", "true", 1825); // todo: check if already present? also, firefox was throwing a warning... } function getCookie(cname) {