Browse Source

made the cookie popup faster and working state

redesign
Anxhelo Lushka 7 years ago
parent
commit
a0ce75b702
  1. 2
      js/cookie.js

2
js/cookie.js

@ -13,7 +13,7 @@ jQuery(function($) {
$(document).ready(function(){ $(document).ready(function(){
setTimeout(function () { setTimeout(function () {
$("#cookieConsent").fadeIn(200); $("#cookieConsent").fadeIn(200);
}, 4000); }, 2500);
}); });
} }

Loading…
Cancel
Save