From d2274960cbde1c090382402c7e65888951b6ac6c Mon Sep 17 00:00:00 2001 From: ben8 Date: Sat, 14 Jun 2025 15:21:29 +0200 Subject: [PATCH] richtige Anzeige der Punkte fix zu #139 --- django/templates/play/game/question_host.html | 1 + 1 file changed, 1 insertion(+) 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 ); } };