From 3fd55d3389e5d1d496a62bbb7ee95234c304ca8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Sun, 5 Apr 2020 20:23:30 +0200 Subject: chats.js not done yet --- sw.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sw.js') diff --git a/sw.js b/sw.js index f217f03..2e75d02 100644 --- a/sw.js +++ b/sw.js @@ -77,7 +77,11 @@ const assets = [ "/index.html", "/login.html", "/logout.html", - "/favicon.png" + "/favicon.png", + + "/pages/chats.html", + "/js/chats.js", + "/css/bubbles.css" ]; importScripts("/js/lib/localforage.min.js"); @@ -137,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