diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-07 00:29:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-07 00:29:49 +0300 |
| commit | 41b99351fb417eb43830c604d910333970bc191c (patch) | |
| tree | 9c3997d53214bf873dd697db1781702ab79f1a78 /web/sw.js | |
| parent | a0603095a35473a6479beb612bc2ed7b33298260 (diff) | |
b1 split player module
Diffstat (limited to 'web/sw.js')
| -rw-r--r-- | web/sw.js | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,7 +1,8 @@ -const CACHE = 'kiss-v8'; +const CACHE = 'kiss-v9'; const ASSETS = [ '/', '/index.html', + '/detach.html', '/login.html', '/bootstrap.html', '/css/theme.css', @@ -16,6 +17,10 @@ const ASSETS = [ '/js/keyboard.js', '/js/selection.js', '/js/player.js', + '/js/playback.js', + '/js/imageViewer.js', + '/js/detach.js', + '/js/detachPopup.js', '/js/search.js', '/js/shuffle.js', '/js/themes.js', |
