mirror of
https://github.com/flynx/PortableMag.git
synced 2025-12-23 03:51:52 +00:00
trying to fix the android load bug take 2...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
b3c49c9b0f
commit
e0e441c961
@ -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)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user