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

@@ -121,6 +121,9 @@
</script>
{% endif %}
{% include 'play/game/common_scripts.html' %}
{% if is_host %}
{% include 'play/game/sound.html' %}
{% endif %}
<script>
const joinCode = '{{ quiz_game.join_code }}';
const hostId = '{{ host_id }}';