trying to fix the android load bug take 2...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-30 03:49:42 +04:00
parent b3c49c9b0f
commit e0e441c961

View File

@ -119,11 +119,11 @@ $(document).ready(function(){
setTimeout(function(){ setTimeout(function(){
//updateView() //updateView()
setCurrentPage() setCurrentPage()
}, 50) }, 200)
// hide the splash... // hide the splash...
setTimeout(function(){ setTimeout(function(){
$('.splash').fadeOut() $('.splash').fadeOut()
}, 100) }, 200)
}) })
}) })