From 2f0b09dcb4595b3a5c4204e82b1cddd511a53743 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Wed, 17 Dec 2025 16:01:19 +0100 Subject: fix remove reorder --- static/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'static/index.js') diff --git a/static/index.js b/static/index.js index 74386a1..0dbb2db 100644 --- a/static/index.js +++ b/static/index.js @@ -12,6 +12,8 @@ import SettingsView from './pages/settings/index.js'; import ShuffleView from './pages/shuffle/index.js'; import UploadBar from './widgets/upload-bar/index.js'; +await service_worker.register() + sfw.theme.add_css(await sfw.css(import.meta.url, './index.css')); const image_viewer = ImageViewer.new(); -- cgit v1.2.3-70-g09d2