forked from rDrama/rDrama
1
0
Fork 0

add space

master
Aevann 2023-10-16 22:03:02 +03:00
parent 3355a5705b
commit 7d8300c24e
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ const break_file = document.getElementById('break-file');
addEventListener("load", () => {
orgy_file.play()
});
document.addEventListener('click', () => {
if (orgy_file.paused) orgy_file.play();
}, {once : true});