Skip to content

Commit b96360e

Browse files
committed
edit js/ditto
1 parent bba6860 commit b96360e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ditto.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ function router() {
251251
var perc = ditto.save_progress ? store.get('page-progress') || 0 : 0;
252252

253253
if(location.hash !== '' || Boolean(perc)){
254-
if (!Boolean(perc){
254+
if (!Boolean(perc)){
255255
$('html, body').animate({
256256
scrollTop: $('#content').offset().top
257257
}, 200);

0 commit comments

Comments
 (0)