This commit is contained in:
nik8
2025-05-17 14:55:41 +02:00
parent 7eb2a80656
commit 43f81a5ae7
4 changed files with 33 additions and 0 deletions

View File

@@ -73,6 +73,7 @@
{% block extra_js %}
{% include 'play/game/common_scripts.html' %}
{% include 'play/game/sound.html' %}
<script>
const joinCode = '{{ quiz_game.join_code }}';
const hostId = '{{ host_id }}';