log en moins

This commit is contained in:
fredtempez 2021-11-22 13:50:08 +01:00
parent 84b4023e19
commit 462b7b9ed6
1 changed files with 0 additions and 1 deletions

View File

@ -234,7 +234,6 @@ core.start = function() {
// Crée le cookie d'acceptation Google Analytics si nécessaire
var analytics = "<?php echo $this->getData(['config', 'seo', 'analyticsId']);?>";
console.log(analytics.length );
if( analytics.length > 0){
document.cookie = "ZWII_COOKIE_CONSENT_GA=" + $("#googleAnalytics").prop("checked") + ";" + domain + ";" + path + ";" + samesite + ";" + expires;
}