try a higher timeout
This commit is contained in:
parent
19f4316e65
commit
4b5e9bbf3a
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ var sound = new Howl({
|
|||
autoplay: true,
|
||||
loop: true,
|
||||
onload: function() {
|
||||
setTimeout(makeItPlay, 5);
|
||||
setTimeout(makeItPlay, 500);
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue