Merge branch '110-hintergrundmusik' into 'master'

Resolve "Hintergrundmusik?"

Closes #110

See merge request enrichment-2024/qivip!76
This commit is contained in:
nik8
2025-05-17 12:57:58 +00:00
4 changed files with 33 additions and 0 deletions

View File

@@ -128,6 +128,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 }}';