Skip to content

Commit

Permalink
Revert "play chime only once"
Browse files Browse the repository at this point in the history
This reverts commit edeb79d.
  • Loading branch information
KernelDeimos committed Nov 15, 2024
1 parent 08779ac commit f8ac0db
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/gui/src/initgui.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f8ac0db

Please sign in to comment.