From b20761c7fd387dc27257639899034de40f6c7afb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Sat, 3 Sep 2022 21:42:37 +0200 Subject: =?UTF-8?q?odstranil=20matomo,=20je=20delal=20te=C5=BEave=20pri=20?= =?UTF-8?q?nalaganju=20vsebine?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dist/sw.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'dist/sw.js') diff --git a/dist/sw.js b/dist/sw.js index fb2e541..336dde6 100755 --- a/dist/sw.js +++ b/dist/sw.js @@ -2,11 +2,11 @@ - + // @begin=js@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.17.0-beta-93d4479"; -// commit before the latest is 93d44790e9175f898c2f50b5bfe8e1d3a197ee53 +const static_cache_name = "site-static-1.0.17.1-beta-abd9011"; +// commit before the latest is abd9011fa84bdc1f6ee583e387d0ec686c3dc3ab // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! @@ -179,4 +179,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