From 57d325df176cd1a830023ec5e6cec5f983cb8d22 Mon Sep 17 00:00:00 2001 From: ben8 Date: Sat, 1 Nov 2025 15:43:35 +0100 Subject: [PATCH] small_fix --- django/templates/play/game/question_host.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/django/templates/play/game/question_host.html b/django/templates/play/game/question_host.html index 9d08997..761c523 100644 --- a/django/templates/play/game/question_host.html +++ b/django/templates/play/game/question_host.html @@ -312,7 +312,7 @@ class="px-6 py-2 bg-blue-500 hover:bg-blue-600 text-white font-semibold rounded- setTimeout(() => { - submitAnswer( -1 ); + submitAnswer(-1); window.location.href = data.redirect_url; }, 1000); }