edit ditto.js

This commit is contained in:
ruanyf
2014-04-29 10:44:48 +08:00
parent 992ef38468
commit 8db8061b37
+2 -2
View File
@@ -218,11 +218,11 @@ function router() {
})();
})();
if(path.indexOf('README') === -1){
// if(path.indexOf('README') === -1){
$('html, body').animate({
scrollTop: $('#content').offset().top
}, 200);
}
// }
}).fail(function() {
show_error();