modified: templates/quiz_multiplayer.html

modified:   templates/quiz_single.html
This commit is contained in:
SimolZimol
2025-06-06 22:14:20 +02:00
parent ab639d337b
commit 863783a1cb
2 changed files with 1 additions and 7 deletions

View File

@@ -57,11 +57,5 @@
</div>
{% endblock %}
{% block extra_body %}
<script>
// Entferne Multiplayer-Daten, falls vorhanden
localStorage.removeItem('quizify_multiplayer_names');
localStorage.removeItem('quizify_multiplayer_scores');
localStorage.removeItem('quizify_multiplayer_current');
</script>
<!-- Hier dein gesamtes JS aus quiz.html, aber OHNE Multiplayer-Logik -->
{% endblock %}