summaryrefslogtreecommitdiffstats
path: root/activePage.es
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2022-03-31 10:16:27 +0200
committerMatěj Cepl <mcepl@cepl.eu>2022-03-31 10:16:27 +0200
commitb5a9f3d33c6fbc1a016b1360325021235c23c7cc (patch)
tree9d99c1e7a894686a4fccd8165a5db691a64fe2dd /activePage.es
parent4e8fc4337d590efcd18da347238a6f73880fc674 (diff)
downloadzalmy-b5a9f3d33c6fbc1a016b1360325021235c23c7cc.tar.gz
Remove obsolete appcache
Diffstat (limited to 'activePage.es')
-rw-r--r--activePage.es6
1 files changed, 3 insertions, 3 deletions
diff --git a/activePage.es b/activePage.es
index 897a157..cc4537e 100644
--- a/activePage.es
+++ b/activePage.es
@@ -51,9 +51,9 @@ export class ActivePage {
this.swipe_pos_y = 0;
}, false);
- applicationCache.addEventListener("updateready",
- () => { location.reload(); }
- );
+ // applicationCache.addEventListener("updateready",
+ // () => { location.reload(); }
+ // );
this.display();
}