diff --git a/js/ditto.js b/js/ditto.js index 65c9b6d..61f8fd2 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -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();