From 8db8061b379d8365d2c722d3aa7f5ea08651436b Mon Sep 17 00:00:00 2001 From: ruanyf Date: Tue, 29 Apr 2014 10:44:48 +0800 Subject: [PATCH] edit ditto.js --- js/ditto.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();