Update 'assets/js/scripts/policy-popup.js'
This commit is contained in:
parent
29ca10e4dd
commit
c3bc836a99
@ -16,7 +16,7 @@ function agreePolicyPopup() {
|
|||||||
function removeConsent()
|
function removeConsent()
|
||||||
{
|
{
|
||||||
const _paq = window._paq || [];
|
const _paq = window._paq || [];
|
||||||
_paq.push(['optUserOut']);
|
_paq.push(['rememberCookieConsentGiven']);
|
||||||
$("#mind-policy-popup").fadeIn(300); // Enable the div
|
$("#mind-policy-popup").fadeIn(300); // Enable the div
|
||||||
setCookie("consentGiven", "false", 1825);
|
setCookie("consentGiven", "false", 1825);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user