summaryrefslogtreecommitdiff
path: root/web/sw.js
diff options
context:
space:
mode:
Diffstat (limited to 'web/sw.js')
-rw-r--r--web/sw.js7
1 files changed, 6 insertions, 1 deletions
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',