diff --git a/index.html b/index.html index b002070..8c8d36b 100755 --- a/index.html +++ b/index.html @@ -97,14 +97,6 @@ $(document).ready(function(){ //fingers: $.fn.swipe.fingers.THREE }) - // XXX do we need these here?? - $('.button.cover').swipe({click: goToMagazineCover}) - - $('.button.toggle-bookmark').swipe({click: function(){toggleBookmark()}}) - // XXX for some reason these are not animated... - $('.button.prev-bookmark').swipe({click: prevBookmark}) - $('.button.next-bookmark').swipe({click: nextBookmark}) - loadState() setupNavigator() @@ -137,47 +129,54 @@ $(document).ready(function(){