From 135a4486a9e7f4c6ba6f342d354c37eb685ec706 Mon Sep 17 00:00:00 2001 From: ruanyf Date: Thu, 8 May 2014 00:16:25 +0800 Subject: [PATCH] edit js/ditto --- js/ditto.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/js/ditto.js b/js/ditto.js index 4295e1e..d2d96cc 100644 --- a/js/ditto.js +++ b/js/ditto.js @@ -259,12 +259,10 @@ function router() { $('html, body').animate({ scrollTop: $('#content').offset().top }, 200); - console.log('no perc'); } else { $('html, body').animate({ scrollTop: ($('body').height()-$(window).height())*perc }, 200); - console.log('perc'); } }