From 4b5e9bbf3a02b21be3b14a00671b25226714eb8e Mon Sep 17 00:00:00 2001 From: Andrew Tomaka Date: Thu, 25 Sep 2014 13:43:12 -0400 Subject: [PATCH] try a higher timeout --- assets/scripts/africa.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/scripts/africa.js b/assets/scripts/africa.js index ab8cc5a..c268de0 100644 --- a/assets/scripts/africa.js +++ b/assets/scripts/africa.js @@ -6,7 +6,7 @@ var sound = new Howl({ autoplay: true, loop: true, onload: function() { - setTimeout(makeItPlay, 5); + setTimeout(makeItPlay, 500); } });