From f4222e6e7cac937e9782b80c44ec129be3d09440 Mon Sep 17 00:00:00 2001 From: Tom Daamen Date: Fri, 1 Nov 2024 09:12:19 +0100 Subject: [PATCH] -- TODO --- v2/Flags/flaggen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2/Flags/flaggen.js b/v2/Flags/flaggen.js index 7886229..107ed52 100644 --- a/v2/Flags/flaggen.js +++ b/v2/Flags/flaggen.js @@ -77,6 +77,6 @@ function endQuiz() { ).innerText = `Deine Punkte: ${score}. ${resultMessage}`; } -function restartQuiz() { +function restartQuiz() { // TODO: Show the button not at the result screen, but at the end of the quiz. (have to revamp structure fully) location.reload(); // Ja, ich bin faul :) } \ No newline at end of file