This commit is contained in:
shrkey
2016-10-19 00:48:13 +01:00
parent 1df1e65034
commit ec143c7132

View File

@@ -37,7 +37,9 @@
var hash = window.location.hash; var hash = window.location.hash;
if(hash != '') { if(hash != '') {
location.href = hash; $('html, body').animate({
scrollTop: $(hash).offset().top
}, 2000);
console.log(hash); console.log(hash);
} }