From a57953de3be89533be11c5d346fb98ab210954bc Mon Sep 17 00:00:00 2001 From: NavaL Date: Wed, 3 Feb 2016 12:34:13 +0100 Subject: move leap session creation to be done after interstitial is loaded Issue #590 --- service/pixelated/assets/Interstitial.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'service/pixelated/assets') diff --git a/service/pixelated/assets/Interstitial.js b/service/pixelated/assets/Interstitial.js index 6fed8d78..ac5a789a 100644 --- a/service/pixelated/assets/Interstitial.js +++ b/service/pixelated/assets/Interstitial.js @@ -48,7 +48,7 @@ $(function () { window.location="/"; } }); - }, 5000); + }, 2000); $('#hive-section').height($(window).height()); -- cgit v1.2.3