forked from rDrama/rDrama
1
0
Fork 0

fix stupid bug i alrdy fixed before lmao

master
Aevann1 2022-12-20 00:49:18 +02:00
parent 020913f50c
commit 33fa579d0e
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
window.addEventListener('load', function() {
audio.play();
document.getElementById('frontpage').addEventListener('click', () => {
window.addEventListener('click', () => {
if (audio.paused) audio.play();
}, {once : true});
prepare_to_pause(audio)