summaryrefslogtreecommitdiff
path: root/service/pixelated/assets
diff options
context:
space:
mode:
authorNavaL <mnandri@thoughtworks.com>2016-02-03 12:34:13 +0100
committerNavaL <mnandri@thoughtworks.com>2016-02-03 12:35:04 +0100
commita57953de3be89533be11c5d346fb98ab210954bc (patch)
tree98b2f4fb2e9ff88f23f8ad73718114e8814fd272 /service/pixelated/assets
parent168e54a17a86c327f51eb5fad446d6e2f41d7711 (diff)
move leap session creation to be done after interstitial is loaded
Issue #590
Diffstat (limited to 'service/pixelated/assets')
-rw-r--r--service/pixelated/assets/Interstitial.js2
1 files changed, 1 insertions, 1 deletions
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());