edit ditto.js

This commit is contained in:
ruanyf
2014-04-29 10:51:47 +08:00
parent cebaf81bcf
commit 4c95d33ba2
+1 -1
View File
@@ -218,7 +218,7 @@ function router() {
})();
})();
if(location.hash === ''){
if(location.hash !== ''){
$('html, body').animate({
scrollTop: $('#content').offset().top
}, 200);