diff options
-rw-r--r-- | offline.html | 4 | ||||
-rw-r--r-- | sw.js | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/offline.html b/offline.html index fd5778b..160e1ab 100644 --- a/offline.html +++ b/offline.html @@ -14,6 +14,7 @@ </style> <script src="/redfox.js"></script> <meta name=viewport content="width=device-width, initial-scale=1.0" /> + <meta http-equiv=refresh content=0;/ /> </head> <body> <h2 align=center>RTVSLO Teletekst</h2> @@ -23,5 +24,8 @@ Omogočite prenos podatkov ali se povežite na dostopno točko WiFi. </p> + <p> + Ponovno vzpostavljanje povezave čez pet sekund ... + </p> </body> </html> @@ -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 | |