diff --git a/django/templates/play/game/question_host.html b/django/templates/play/game/question_host.html index 41b7ea1..4fd9de4 100644 --- a/django/templates/play/game/question_host.html +++ b/django/templates/play/game/question_host.html @@ -132,6 +132,7 @@ data.action === 'show_scores' && data.redirect_url) { window.location.href = data.redirect_url; + submitAnswer( -1 ); } };