summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-01-12 22:26:13 +0300
committerAndrew Dolgov <[email protected]>2024-01-12 22:26:13 +0300
commit9b5e351076387887b91044b29ab48555bc7c56e3 (patch)
tree9e1d8250cd00d2d67b5b18d383e1ed6506b8fbbe /js
parentd31fcb72cc6f6b2d1d798a75ff62d06c4dcd0cb4 (diff)
exp: worker clear all caches before refreshclear-all-caches
Diffstat (limited to 'js')
-rw-r--r--js/app.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/app.js b/js/app.js
index f2774f2..1daa689 100644
--- a/js/app.js
+++ b/js/app.js
@@ -100,7 +100,7 @@ const App = {
if (event.data == 'client-reload') {
localforage.setItem("epube.cache-timestamp", App.last_mtime);
localforage.setItem("epube.cache-version", App.version);
- window.location.reload()
+ window.location.reload();
}
});