Skip to content

Commit 1919cb3

Browse files
4nshumanKernelDeimos
authored andcommitted
.
1 parent 4885a76 commit 1919cb3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/gui/src/initgui.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ if(jQuery){
155155
window.playStartUpChime = ()=>{
156156
let audio = new Audio('/src/audio/puter_chime.mp3');
157157
audio.play();
158-
document.removeEventListener("click", window.playStartUpChime);
159158
}
160159

161160
document.addEventListener("click", window.playStartUpChime);

0 commit comments

Comments
 (0)