From 1370d0aa1f5505cc83a5e06e94b31f067a0f17a5 Mon Sep 17 00:00:00 2001 From: sijanec Date: Mon, 31 Aug 2020 16:28:32 +0200 Subject: reload on offline --- offline.html | 4 ++++ sw.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/offline.html b/offline.html index fd5778b..160e1ab 100644 --- a/offline.html +++ b/offline.html @@ -14,6 +14,7 @@ +

RTVSLO Teletekst

@@ -23,5 +24,8 @@ Omogočite prenos podatkov ali se povežite na dostopno točko WiFi.

+

+ Ponovno vzpostavljanje povezave čez pet sekund ... +

diff --git a/sw.js b/sw.js index b90bf10..6db0884 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.3"; +const static_cache_name = "site-static-v0.0.4"; const offlineUrl = "/offline.html"; const assets = [ "/manifest.json", // proxy | -- cgit v1.2.3