diff --git a/index.html b/index.html index 108b73f..985dd6e 100755 --- a/index.html +++ b/index.html @@ -11,6 +11,12 @@ - - + + + + @@ -69,6 +77,7 @@ + @@ -139,11 +148,37 @@ $(document).ready(function(){ .on('screenReleased swipeRight swipeLeft', handleScrollRelease) */ + .on('pageChanged', updatePageNumberIndicator) + .on('magazineDataLoaded', loadMagazineChrome) + + $('.viewer').css('overflow', 'hidden') + //loadState() + runMagazineTemplates() + // XXX this still depends on touchSwipe... + //setupBookmarkTouchZones() + + togglePageView('on') + // XXX this still depends on touchSwipe... + //setupNavigator() setCurrentPage(0) + + toggleThemes('dark') + + + + // hide the splash... + setTimeout(function(){ + $('.splash').fadeOut() + }, 350) + // remove the spinner... + setTimeout(function(){ + $('#spinner').spin(false) + }, 500) + }) @@ -152,6 +187,240 @@ $(document).ready(function(){
+| + + + + |