mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-01 04:20:20 +00:00
fixed initial position load...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
6183d09456
commit
1a1dd55ef2
@ -115,6 +115,7 @@ $(document).ready(function(){
|
|||||||
// hide the splash screen...
|
// hide the splash screen...
|
||||||
$(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend',
|
$(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend',
|
||||||
function(){
|
function(){
|
||||||
|
setCurrentPage()
|
||||||
$('.splash').fadeOut()
|
$('.splash').fadeOut()
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user