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