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'); } }