diff options
author | Matěj Cepl <mcepl@cepl.eu> | 2022-03-31 10:16:27 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@cepl.eu> | 2022-03-31 10:16:27 +0200 |
commit | b5a9f3d33c6fbc1a016b1360325021235c23c7cc (patch) | |
tree | 9d99c1e7a894686a4fccd8165a5db691a64fe2dd | |
parent | 4e8fc4337d590efcd18da347238a6f73880fc674 (diff) | |
download | zalmy-b5a9f3d33c6fbc1a016b1360325021235c23c7cc.tar.gz |
Remove obsolete appcache
-rw-r--r-- | activePage.es | 6 | ||||
-rw-r--r-- | zalmy.webapp | 1 |
2 files changed, 3 insertions, 4 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(); } diff --git a/zalmy.webapp b/zalmy.webapp index 15a0ac8..5d496eb 100644 --- a/zalmy.webapp +++ b/zalmy.webapp @@ -2,7 +2,6 @@ "name": "Žalmy", "description": "Denní čtení žalmů", "launch_path": "/", - "appcache_path": "/zalmy.appcache", "display": "standalone", "icons": { "60": "/style/icon-60.png", |