cbv
This commit is contained in:
parent
03f080d781
commit
18087a101c
6 changed files with 18 additions and 5 deletions
|
@ -45,7 +45,7 @@ else
|
|||
if (!paused)
|
||||
{
|
||||
audio.play();
|
||||
document.getElementById('userpage').addEventListener('click', () => {
|
||||
window.addEventListener('click', () => {
|
||||
if (audio.paused) audio.play();
|
||||
}, {once : true});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue