From e0e441c96144a7865283f86659dabb9df8f265fb Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 30 Jan 2013 03:49:42 +0400 Subject: [PATCH] trying to fix the android load bug take 2... Signed-off-by: Alex A. Naanou --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 1a3ea69..824b5cf 100755 --- a/index.html +++ b/index.html @@ -119,11 +119,11 @@ $(document).ready(function(){ setTimeout(function(){ //updateView() setCurrentPage() - }, 50) + }, 200) // hide the splash... setTimeout(function(){ $('.splash').fadeOut() - }, 100) + }, 200) }) })