master
Aevann1 2021-12-01 14:39:40 +02:00
parent 69e2c10e01
commit 0d8b21ff5f
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@
document.getElementById('userpage').addEventListener('click', () => {
if (audio.paused) audio.play();
}, {once : true});
};
});
</script>
{% endif %}