Attempt to fix importing of cookie notice

This commit is contained in:
Matthew Grove
2018-11-17 17:46:24 +00:00
parent f16ae9549f
commit adce071063

View File

@@ -33,7 +33,7 @@ $(document).ready(function(){
}); });
}); });
// include cookie notice // include cookie notice
if(!Cookies.get("demo.matthew-grove.ml-cookies-accepted")) { if(!(Cookies.get("demo.matthew-grove.ml-cookies-accepted"))) {
$("#cookies").load("/page-inserts/cookie-notice.html", function(){ $("#cookies").load("/page-inserts/cookie-notice.html", function(){
$("#cookies").show(); $("#cookies").show();
$("#cookies").animate({bottom: "+100px"}, 1000); $("#cookies").animate({bottom: "+100px"}, 1000);