diff --git a/js/cookie.js b/js/cookie.js index e7184b3..b2b8803 100644 --- a/js/cookie.js +++ b/js/cookie.js @@ -46,7 +46,7 @@ jQuery(function($) { } } - $("#closeCookieConsent .cookieConsentOK").click(function(){ + $("#cookieConsent .cookieConsentOK").click(function(){ setCookie_eu("cookies_consent", 1, 30); });