From a7b6281033b1405dfd0a1f8c1497b1634d5e5e05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20L=2E=20=C5=A0ijanec?= Date: Tue, 12 May 2020 21:35:19 +0200 Subject: DO NOT MERGE --- told ya u shouldn't --- sw.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sw.js b/sw.js index d8e06c9..3a22684 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-v1.0.12.59"; +const static_cache_name = "site-static-v1.0.13.0"; // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! @@ -78,7 +78,7 @@ const assets = [ "/login.html", "/logout.html", "/favicon.png", - "/pages/jitsi.html" + "/pages/jitsi.html", "/pages/chats.html", "/js/chats.js", "/css/bubbles.css" -- cgit v1.2.3