diff --git a/TODO.otl b/TODO.otl index 426965c..4affd49 100755 --- a/TODO.otl +++ b/TODO.otl @@ -5,7 +5,8 @@ | touchdown point. [_] BUG: no drag threshold on excludedElements (TouchSwipe) | stalled... - [_] 60% general todo + [_] 58% general todo + [_] navigator -- indicate position in thumbnail mode... [_] magazine loader and data format... [_] make layer default state configurable... | e.g. setting "shown"/"hidden" classes in HTML and adding diff --git a/index.html b/index.html index 23b20c9..af740a1 100755 --- a/index.html +++ b/index.html @@ -83,6 +83,7 @@ $(document).ready(function(){ $('.button.prev-article').swipe({click: prevArticle}) loadState() + setupNavigator() togglePageView('on') @@ -117,6 +118,12 @@ $(document).ready(function(){