Skip to content

Commit 135a448

Browse files
committed
edit js/ditto
1 parent f389f2a commit 135a448

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

js/ditto.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,12 +259,10 @@ function router() {
259259
$('html, body').animate({
260260
scrollTop: $('#content').offset().top
261261
}, 200);
262-
console.log('no perc');
263262
} else {
264263
$('html, body').animate({
265264
scrollTop: ($('body').height()-$(window).height())*perc
266265
}, 200);
267-
console.log('perc');
268266
}
269267
}
270268

0 commit comments

Comments
 (0)