diff options
author | pacien | 2018-07-19 20:57:01 +0200 |
---|---|---|
committer | pacien | 2018-07-19 20:57:01 +0200 |
commit | 5b4f6d7a26f55407bd4d12b1641ff1484b65df1c (patch) | |
tree | dec9299be640b7e906c61c44a35bc2442ba22b39 /appcache.js | |
parent | 6ef4a2fdb7c6591784d0eec7fe8e3bf60f67852d (diff) | |
download | beamer-viewer-5b4f6d7a26f55407bd4d12b1641ff1484b65df1c.tar.gz |
Register favicon
Diffstat (limited to 'appcache.js')
-rw-r--r-- | appcache.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appcache.js b/appcache.js index 22e347a..ba356c2 100644 --- a/appcache.js +++ b/appcache.js | |||
@@ -13,6 +13,7 @@ class AppCache { | |||
13 | this.filesToCache = [ | 13 | this.filesToCache = [ |
14 | ".", | 14 | ".", |
15 | "appcache.js", | 15 | "appcache.js", |
16 | "favicon.ico", | ||
16 | 17 | ||
17 | "pointless/pdfjs/pdf.js", | 18 | "pointless/pdfjs/pdf.js", |
18 | "pointless/pdfjs/pdf.worker.js", | 19 | "pointless/pdfjs/pdf.worker.js", |