mirror of
https://github.com/flynx/PortableMag.git
synced 2025-11-03 05:20:11 +00:00
found and fixed a small bug that did not affect anything...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
534d17394d
commit
d96764b8d1
@ -115,7 +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(){
|
||||||
setTimeout($('.splash').fadeOut(), 100)
|
setTimeout(function(){$('.splash').fadeOut()}, 50)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user