diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
| commit | 8c32cd117abe79f4ee6cff3a950ffc35c95faeff (patch) | |
| tree | 5b63a4789351da4f2d9c1cd2e7007f67d43b3371 /web/sw.js | |
| parent | 59c8870061465142306e7a6e5d3fcb344686cfe9 (diff) | |
Refine media browsing and set covers
Diffstat (limited to 'web/sw.js')
| -rw-r--r-- | web/sw.js | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -1,4 +1,4 @@ -const CACHE = 'kiss-v9'; +const CACHE = 'kiss-v18'; const ASSETS = [ '/', '/index.html', @@ -9,7 +9,6 @@ const ASSETS = [ '/css/layout.css', '/css/components.css', '/css/player.css', - '/css/lightbox.css', '/css/login.css', '/js/app.js', '/js/state.js', @@ -30,7 +29,6 @@ const ASSETS = [ '/js/utils.js', '/js/podcasts.js', '/js/pwa.js', - '/js/lightbox.js', '/js/views/admin-status.js', '/js/views/help.js', '/js/views/media-actions.js', |
