Add cookie notice (testing phase)
This commit is contained in:
@@ -32,4 +32,12 @@ $(document).ready(function(){
|
||||
$(drawer_item_link_query_selector + "/']").attr("aria-selected", "true");
|
||||
});
|
||||
});
|
||||
/* for cookie notice */
|
||||
$("#cookies").addClass("display");
|
||||
$(".source-code-link").animate({bottom: "+100px";}, 1000);
|
||||
$("#close-cookies").click(function(){
|
||||
event.preventDefault();
|
||||
$("#cookies").addClass("close-cookies");
|
||||
$(".source-code-link").animate({bottom: "-100px";}, 1000);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user