Skip to content

Commit 98bd10c

Browse files
committed
Revert "added a chime playback"
This reverts commit 2eaf108.
1 parent 5fd11cc commit 98bd10c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/gui/src/initgui.js

-5
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ if(jQuery){
152152
};
153153
}
154154

155-
window.playStartUpChime = ()=>{
156-
let audio = new Audio('/src/audio/puter_chime.mp3');
157-
audio.play();
158-
}
159-
160155
window.initgui = async function(options){
161156
let url = new URL(window.location);
162157
url = url.href;

0 commit comments

Comments
 (0)