mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user