We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba6860 commit b96360eCopy full SHA for b96360e
js/ditto.js
@@ -251,7 +251,7 @@ function router() {
251
var perc = ditto.save_progress ? store.get('page-progress') || 0 : 0;
252
253
if(location.hash !== '' || Boolean(perc)){
254
- if (!Boolean(perc){
+ if (!Boolean(perc)){
255
$('html, body').animate({
256
scrollTop: $('#content').offset().top
257
}, 200);
0 commit comments