This commit is contained in:
Aevann1 2022-02-17 05:46:18 +02:00
parent 03f080d781
commit 18087a101c
6 changed files with 18 additions and 5 deletions

View file

@ -45,7 +45,7 @@ else
if (!paused)
{
audio.play();
document.getElementById('userpage').addEventListener('click', () => {
window.addEventListener('click', () => {
if (audio.paused) audio.play();
}, {once : true});
}