Loading static/js/yalikejazz.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ export function main() { "practice": practice }[new URLSearchParams(location.search).get("id")] if(currentTest === null) { if(currentTest === undefined) { // When no test can be loaded, redirect to a URL which leads to a known existing test redirectToPractice() } Loading Loading
static/js/yalikejazz.mjs +1 −1 Original line number Diff line number Diff line Loading @@ -104,7 +104,7 @@ export function main() { "practice": practice }[new URLSearchParams(location.search).get("id")] if(currentTest === null) { if(currentTest === undefined) { // When no test can be loaded, redirect to a URL which leads to a known existing test redirectToPractice() } Loading