Browse Source

fixed time opening

master
nglk 3 years ago
parent
commit
a4c562a74b
  1. 2
      index.html

2
index.html

@ -289,7 +289,7 @@ includeHTML();
function startaudio(){
var box = document.getElementById("audioBG");
box.currentTime=500;
box.currentTime=3384;
}
window.onload = startaudio();

Loading…
Cancel
Save