modified: templates/quiz_multiplayer.html
modified: templates/quiz_single.html
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user