Attempt to fix importing of cookie notice
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Reference in New Issue
Block a user