Update index-apps.html
This commit is contained in:
parent
3306b8835c
commit
ab7d54dbda
|
@ -54,8 +54,10 @@
|
|||
<script>
|
||||
function clickSound(page) {
|
||||
window.globalPage=page;
|
||||
var audio = new Audio('https://github.com/sparrdrem/DremJS-Market/blob/master/select.wav?raw=true');
|
||||
var audio = new Audio('/DremJS-Market/select.wav');
|
||||
var loadSound = new Audio('/DremJS-Market/load.wav');
|
||||
audio.play();
|
||||
loadSound.play();
|
||||
setTimeout(gotoPage, 2000);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue