diff options
-rw-r--r-- | offline.html | 2 | ||||
-rw-r--r-- | sw.js | 2 |
2 files changed, 3 insertions, 1 deletions
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; } </style> + <script src="/redfox.js"></script> + <meta name=viewport content="width=device-width, initial-scale=1.0" /> </head> <body> <h2 align=center>RTVSLO Teletekst</h2> @@ -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 | |