Update index-enter.html
This commit is contained in:
parent
6a276cf234
commit
64a37d3a02
|
@ -66,7 +66,7 @@
|
|||
<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);
|
||||
|
|
Loading…
Reference in a new issue