From 56fabaf9ab07a6980ba84cb44e68877c57de150a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Tue, 12 May 2020 21:17:01 +0200 Subject: 2nd version bump (1.0.13-beta) because of jitsi --- sw.js | 4 ++-- 1 file 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 +}); -- cgit v1.2.3