Update index-enter.html

This commit is contained in:
Innovation Inc 2019-09-19 15:44:02 -05:00 committed by GitHub
parent 6a276cf234
commit 64a37d3a02
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;