Update bellard.html
This commit is contained in:
parent
09f69130cc
commit
1954b5ab05
|
@ -67,8 +67,10 @@
|
||||||
<script>
|
<script>
|
||||||
function clickSound(page) {
|
function clickSound(page) {
|
||||||
window.globalPage=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();
|
audio.play();
|
||||||
|
loadSound.play();
|
||||||
setTimeout(gotoPage, 2000);
|
setTimeout(gotoPage, 2000);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue