From 2d3ce1b17257cdc43d2a47f19ef82b6106f19bea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Tempez?= Date: Fri, 10 Dec 2021 19:04:28 +0100 Subject: [PATCH] bug cookie consent --- 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 17853c46..c4c00919 100644 --- a/core/core.js.php +++ b/core/core.js.php @@ -245,7 +245,7 @@ core.start = function() { * Fermeture de la popup des cookies */ $("#cookieConsent .cookieClose").on("click", function() { - $('#cookieConsent').fadeOut(); + $('#cookieConsent').addClass("displayNone"); }); /**