From 817e3e74b27de8dbd2387f02c954e93a06f90c47 Mon Sep 17 00:00:00 2001 From: sijanec Date: Sun, 30 Aug 2020 23:57:45 +0200 Subject: fixed offline viewpoer --- offline.html | 2 ++ sw.js | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/offline.html b/offline.html index bc1a403..a8b9b3c 100644 --- a/offline.html +++ b/offline.html @@ -12,6 +12,8 @@ font-family: arial; } + +

RTVSLO Teletekst

diff --git a/sw.js b/sw.js index 0bb9ec7..3f03425 100644 --- a/sw.js +++ b/sw.js @@ -1,5 +1,5 @@ // Change version to cause cache refresh, sw.js SE NE SME CACHAT aka ne ga dat v assets! -const static_cache_name = "site-static-v0.0.1"; +const static_cache_name = "site-static-v0.0.2"; const offlineUrl = "/offline.html"; const assets = [ "/manifest.json", // proxy | -- cgit v1.2.3