Commit d9417ba1 authored by Jakob Moser's avatar Jakob Moser
Browse files

Fix broken selector

parent 46c96b98
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ export function main() {
    } else {
        // No welcome dialog exists, so we also don't want the user to be able to show it again
        // (because what does this even mean)
        document.querySelector("[data-action='welcome-again").style.display = "none"
        document.querySelector("[data-action='welcome-again']").style.display = "none"
    }

    if(!currentTest.handInEnabled) {