mirror of
https://github.com/HeyPuter/puter.git
synced 2025-01-24 06:50:22 +08:00
parent
08779ac455
commit
f8ac0dbdb7
@ -155,7 +155,6 @@ if(jQuery){
|
||||
window.playStartUpChime = ()=>{
|
||||
let audio = new Audio('/src/audio/puter_chime.mp3');
|
||||
audio.play();
|
||||
document.removeEventListener("click", window.playStartUpChime);
|
||||
}
|
||||
|
||||
document.addEventListener("click", window.playStartUpChime);
|
||||
|
Loading…
Reference in New Issue
Block a user