Revert "added a chime playback"

This reverts commit 2eaf1080d6.
This commit is contained in:
Eric Dubé
2024-11-15 13:41:03 -05:00
parent 5fd11cc607
commit 98bd10c82b
-5
View File
@@ -152,11 +152,6 @@ if(jQuery){
};
}
window.playStartUpChime = ()=>{
let audio = new Audio('/src/audio/puter_chime.mp3');
audio.play();
}
window.initgui = async function(options){
let url = new URL(window.location);
url = url.href;