From e55e9aafa4d966d1103a6a0ec5dda2265ef59918 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 8 Nov 2025 18:16:32 -0700 Subject: [PATCH] fix(frontend): add module type to script tag The refactor in HEAD^ split app.js into modules with import statements, but the script tag wasn't updated to support module syntax, causing 'Uncaught SyntaxError: import declarations may only appear at top level of a module' and breaking deep links and room joining. Assisted-by: Claude Sonnet 4.5 via Crush --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 1ed750304cbd7386b485d7a47d453244998f9d40..edb0cc6de41ed0d65cb5f24b90953df1d1aa0746 100644 --- a/static/index.html +++ b/static/index.html @@ -106,6 +106,6 @@ SPDX-License-Identifier: AGPL-3.0-or-later - +