From 1a1dd55ef27c3cf28af9d367b096a000e15a0308 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 29 Jan 2013 22:31:17 +0400 Subject: [PATCH] fixed initial position load... Signed-off-by: Alex A. Naanou --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 688fafe..2e08aac 100755 --- a/index.html +++ b/index.html @@ -115,6 +115,7 @@ $(document).ready(function(){ // hide the splash screen... $(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend', function(){ + setCurrentPage() $('.splash').fadeOut() }) })