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); }); }