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(){
//updateView()
setCurrentPage()
}, 50)
}, 200)
// hide the splash...
setTimeout(function(){
$('.splash').fadeOut()
}, 100)
}, 200)
})
})