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); }