diff options
author | sijanec <sijanecantonluka@gmail.com> | 2020-08-30 23:57:45 +0200 |
---|---|---|
committer | sijanec <sijanecantonluka@gmail.com> | 2020-08-30 23:57:45 +0200 |
commit | 817e3e74b27de8dbd2387f02c954e93a06f90c47 (patch) | |
tree | b92291c5b004f069bc472a9819e88bd87704b0cd | |
parent | popravil offline.html (diff) | |
download | ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.tar ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.tar.gz ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.tar.bz2 ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.tar.lz ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.tar.xz ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.tar.zst ttx-app-817e3e74b27de8dbd2387f02c954e93a06f90c47.zip |
-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 | |