diff --git a/files/templates/event/music.html b/files/templates/event/music.html index 8a0a399b8..3216612e3 100644 --- a/files/templates/event/music.html +++ b/files/templates/event/music.html @@ -8,10 +8,6 @@ const audio = new Audio("{{song}}"); audio.loop=true; - function play() { - audio.play(); - } - audio.play(); window.addEventListener('click', () => { if (audio.paused) audio.play();