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 373710e commit fb58b88Copy full SHA for fb58b88
js/ditto.js
@@ -250,11 +250,6 @@ function router() {
250
251
var perc = ditto.save_progress ? store.get('page-progress') || 0 : 0;
252
253
- if (location.hash !== '' ditto.save_progress && store.get('menu-progress') !== location.hash) {
254
- store.set('menu-progress', location.hash);
255
- store.set('page-progress', 0);
256
- }
257
-
258
if(location.hash !== '' || Boolean(perc)){
259
if (ditto.save_progress && store.get('menu-progress') !== location.hash){
260
$('html, body').animate({
0 commit comments