Update 'assets/js/scripts/policy-popup.js'

This commit is contained in:
Lorenzo Dellacà 2021-03-16 17:44:28 +01:00
parent 29ca10e4dd
commit c3bc836a99
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ function agreePolicyPopup() {
function removeConsent()
{
const _paq = window._paq || [];
_paq.push(['optUserOut']);
_paq.push(['rememberCookieConsentGiven']);
$("#mind-policy-popup").fadeIn(300); // Enable the div
setCookie("consentGiven", "false", 1825);
}