fixed time opening
This commit is contained in:
parent
5d6da6340d
commit
a4c562a74b
@ -289,7 +289,7 @@ includeHTML();
|
||||
|
||||
function startaudio(){
|
||||
var box = document.getElementById("audioBG");
|
||||
box.currentTime=500;
|
||||
box.currentTime=3384;
|
||||
}
|
||||
|
||||
window.onload = startaudio();
|
||||
|
Loading…
Reference in New Issue
Block a user