Update index-enter.html
This commit is contained in:
parent
6a276cf234
commit
64a37d3a02
|
@ -66,11 +66,11 @@
|
|||
<body>
|
||||
<script>
|
||||
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');
|
||||
audio.play();
|
||||
setTimeout(gotoPage, 2000);
|
||||
}
|
||||
}
|
||||
|
||||
function gotoPage(page) {
|
||||
window.location.href = globalPage;
|
||||
|
|
Loading…
Reference in a new issue