fixed initial position load...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-29 22:31:17 +04:00
parent 6183d09456
commit 1a1dd55ef2

View File

@ -115,6 +115,7 @@ $(document).ready(function(){
// hide the splash screen...
$(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend',
function(){
setCurrentPage()
$('.splash').fadeOut()
})
})