minor edits...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2013-01-29 22:38:02 +04:00
parent 1a1dd55ef2
commit 038c241d80
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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)
})
})