summaryrefslogtreecommitdiffstats
path: root/sw.js
diff options
context:
space:
mode:
Diffstat (limited to 'sw.js')
-rw-r--r--sw.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/sw.js b/sw.js
index 2e75d02..d8e06c9 100644
--- a/sw.js
+++ b/sw.js
@@ -78,7 +78,7 @@ const assets = [
"/login.html",
"/logout.html",
"/favicon.png",
-
+ "/pages/jitsi.html"
"/pages/chats.html",
"/js/chats.js",
"/css/bubbles.css"
@@ -141,4 +141,4 @@ self.addEventListener("fetch", (evt) => {
evt.respondWith(caches.match(evt.request).then((cache_res) => {
return cache_res || fetch(evt.request);
}))
-}); \ No newline at end of file
+});