From 41b99351fb417eb43830c604d910333970bc191c Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 7 May 2026 00:29:49 +0300 Subject: b1 split player module --- web/sw.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'web/sw.js') diff --git a/web/sw.js b/web/sw.js index 12e8900..5570570 100644 --- a/web/sw.js +++ b/web/sw.js @@ -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', -- cgit v1.2.3