Skip to content
Snippets Groups Projects
Commit 3077a074 authored by Jannik Wurche's avatar Jannik Wurche
Browse files

:recycle: update relative links to work with GitLab

parent 1f5ae8d8
Branches master
No related tags found
No related merge requests found
Pipeline #22388 passed
......@@ -43,6 +43,6 @@ homeView model =
]
-- Display the loading message or any error message.
, loadingMsg
, a [ class "link", href "/editor.html" ] [ text "Quiz Editor" ]
, a [ class "link", href "/editor" ] [ text "Quiz Editor" ]
]
]
\ No newline at end of file
......@@ -37,6 +37,7 @@
try {
const jsonData = await readJsonFile(file);
checkBtn.remove();
fileInput.remove();
const app = Elm.QuizEditor.Editor.init({
node: document.getElementById('elm-container'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment