aboutsummaryrefslogtreecommitdiff
path: root/appcache.js
diff options
context:
space:
mode:
authorpacien2018-07-21 19:51:27 +0200
committerpacien2018-07-21 19:51:27 +0200
commitc76619549afc86fc8912451113347f9e7153c8d1 (patch)
tree614701c878f6bef7bea2f97d67cb85beba37cbc6 /appcache.js
parent961bfe78d7f3ad7895c744580b94184980e45baa (diff)
downloadbeamer-viewer-c76619549afc86fc8912451113347f9e7153c8d1.tar.gz
Use self-closing page for popup check
Diffstat (limited to 'appcache.js')
-rw-r--r--appcache.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/appcache.js b/appcache.js
index d51f775..d8c8187 100644
--- a/appcache.js
+++ b/appcache.js
@@ -13,6 +13,7 @@ class AppCache {
13 this.cacheName = "cache"; 13 this.cacheName = "cache";
14 this.filesToCache = [ 14 this.filesToCache = [
15 ".", 15 ".",
16 "popup.html",
16 "appcache.js", 17 "appcache.js",
17 "favicon.ico", 18 "favicon.ico",
18 19