fix: remove extra closing brace in index page JS
Build and Deploy / build-and-deploy (push) Successful in 1m26s

renderByCourse had a duplicate '}' that caused
'SyntaxError: missing ) in parenthetical' on load.
This commit is contained in:
2026-05-20 22:18:17 -04:00
parent 78764be0a9
commit 752918c1af
-1
View File
@@ -357,7 +357,6 @@ searchJs =
, " });"
, " return html;"
, "}"
, "}"
, ""
, "function escapeHtml(s) {"
, " const d = document.createElement('div');"