From 5b4f6d7a26f55407bd4d12b1641ff1484b65df1c Mon Sep 17 00:00:00 2001 From: pacien Date: Thu, 19 Jul 2018 20:57:01 +0200 Subject: Register favicon --- appcache.js | 1 + index.html | 1 + 2 files changed, 2 insertions(+) diff --git a/appcache.js b/appcache.js index 22e347a..ba356c2 100644 --- a/appcache.js +++ b/appcache.js @@ -13,6 +13,7 @@ class AppCache { this.filesToCache = [ ".", "appcache.js", + "favicon.ico", "pointless/pdfjs/pdf.js", "pointless/pdfjs/pdf.worker.js", diff --git a/index.html b/index.html index 90f9aad..0dae2d8 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,7 @@ + Pointless Viewer -- cgit v1.2.3