From 72a936e9ef6003f0531fcde1256a195d0bb660fd Mon Sep 17 00:00:00 2001 From: fredtempez Date: Fri, 12 Nov 2021 09:17:28 +0100 Subject: [PATCH] bug analytic --- core/core.js.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/core.js.php b/core/core.js.php index f21a5f9d..ed7a8f87 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -223,7 +223,7 @@ core.start = function() { * Message sur l'utilisation des cookies */ var analytics = ""; - if (getData(['config', 'analyticsId'])); ?>) { + if (getData(['config', 'seo', 'analyticsId'])); ?>) { analytics = ' grĂ¢ce au cookie Google Analytics' } if(getData(['config', 'cookieConsent'])); ?>) {