From f8c7c6c6fb34d62b86b60dcaf8c1ebf18d8e53e3 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 19 Jun 2018 21:45:53 +0200 Subject: [PATCH] another try --- js/cookie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); });