fix: remove extra closing brace in index page JS
Build and Deploy / build-and-deploy (push) Successful in 1m26s
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:
@@ -357,7 +357,6 @@ searchJs =
|
|||||||
, " });"
|
, " });"
|
||||||
, " return html;"
|
, " return html;"
|
||||||
, "}"
|
, "}"
|
||||||
, "}"
|
|
||||||
, ""
|
, ""
|
||||||
, "function escapeHtml(s) {"
|
, "function escapeHtml(s) {"
|
||||||
, " const d = document.createElement('div');"
|
, " const d = document.createElement('div');"
|
||||||
|
|||||||
Reference in New Issue
Block a user