From a0ce75b702858423d4d74eff9d91f6bacd51568f Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Tue, 19 Jun 2018 21:47:08 +0200 Subject: [PATCH] made the cookie popup faster and working state --- js/cookie.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/cookie.js b/js/cookie.js index b2b8803..6a5958b 100644 --- a/js/cookie.js +++ b/js/cookie.js @@ -13,7 +13,7 @@ jQuery(function($) { $(document).ready(function(){ setTimeout(function () { $("#cookieConsent").fadeIn(200); - }, 4000); + }, 2500); }); }