From 038c241d80f6bcb9f5a2e57e8f99a08f340fee06 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Tue, 29 Jan 2013 22:38:02 +0400 Subject: [PATCH] minor edits... Signed-off-by: Alex A. Naanou --- TODO.otl | 1 + index.html | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/TODO.otl b/TODO.otl index ac0f2bf..908ae12 100755 --- a/TODO.otl +++ b/TODO.otl @@ -6,6 +6,7 @@ [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... [_] 82% general todo + BUG: initial load on android does not center on the correct page... [_] magazine loader and data format... | this is simple, just use a restyled magazine viewer... [_] 0% populate an example issue diff --git a/index.html b/index.html index 2e08aac..071dc3c 100755 --- a/index.html +++ b/index.html @@ -115,8 +115,7 @@ $(document).ready(function(){ // hide the splash screen... $(window).one('webkitTransitionEnd oTransitionEnd msTransitionEnd transitionend', function(){ - setCurrentPage() - $('.splash').fadeOut() + setTimeout($('.splash').fadeOut(), 100) }) })