Marthee commited on
Commit
8dab2b3
·
1 Parent(s): cf3ff90

Update templates/proposed-GUI.html

Browse files
Files changed (1) hide show
  1. templates/proposed-GUI.html +2 -1
templates/proposed-GUI.html CHANGED
@@ -287,7 +287,8 @@
287
  }
288
 
289
  function getproj(){
290
- var audio = new Audio('magic-mallet-6262.mp3');
 
291
 
292
  audio.loop = false;
293
  audio.play();
 
287
  }
288
 
289
  function getproj(){
290
+ var audio = new Audio(window.URL.createObjectURL('magic-mallet-6262.mp3') );
291
+
292
 
293
  audio.loop = false;
294
  audio.play();