Skip to content

Commit f0f0ca8

Browse files
committed
update
Signed-off-by: George Lemon <georgelemon@protonmail.com>
1 parent 9f70b39 commit f0f0ca8

File tree

2 files changed

+2
-355
lines changed

2 files changed

+2
-355
lines changed

src/storage/assets/app.js

Lines changed: 1 addition & 354 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/storage/client/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ export default {
6060
sidebarNavigation.querySelectorAll('a').forEach(link => link.classList.remove('active', 'bg-dark'));
6161
a.classList.add('active', 'bg-dark');
6262
}
63-
this.fetchAndSwap(a.pathname + a.search, false, opts.fetchAndSwapCallback);
63+
this.fetchAndSwap(a.pathname + a.search, true, opts.fetchAndSwapCallback);
6464
}
6565
});
6666

0 commit comments

Comments
 (0)