Attempt to make cookie notice show

This commit is contained in:
Matthew Grove
2018-11-17 17:56:12 +00:00
parent adce071063
commit f0f2f4fa6f

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") != "true") {
$("#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);