Fix "view on GitHub" link animation

This commit is contained in:
Matthew Grove
2018-11-17 17:19:41 +00:00
parent 8dc023f200
commit eb749dcac5

View File

@@ -39,7 +39,7 @@ $(document).ready(function(){
$("#close-cookies").click(function(){
event.preventDefault();
$("#cookies").addClass("close-cookies");
$(".source-code-link").animate({bottom: "-100px"}, 1000);
$(".source-code-link").animate({bottom: "0px"}, 1000);
});
});
});