aboutsummaryrefslogtreecommitdiff
path: root/appcache.js
diff options
context:
space:
mode:
authorpacien2023-10-23 18:27:28 +0200
committerpacien2023-10-23 18:27:28 +0200
commit596f11043ffcd57d03ad774e2ba3c96bbaf5214e (patch)
treea9253d37827f7166cdfa832c0fdc501b5f9167c2 /appcache.js
parentc4e436149154762b0a74600d77e37c94545e58fb (diff)
downloadbeamer-viewer-596f11043ffcd57d03ad774e2ba3c96bbaf5214e.tar.gz
app: remove init popup blocker check
Diffstat (limited to 'appcache.js')
-rw-r--r--appcache.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/appcache.js b/appcache.js
index ee9e356..067c968 100644
--- a/appcache.js
+++ b/appcache.js
@@ -24,7 +24,6 @@ class AppCache {
24 this.cacheName = "cache"; 24 this.cacheName = "cache";
25 this.filesToCache = [ 25 this.filesToCache = [
26 ".", 26 ".",
27 "popup.html",
28 "appcache.js", 27 "appcache.js",
29 "favicon.ico", 28 "favicon.ico",
30 "sample/demo.pdf", 29 "sample/demo.pdf",