app/js/app.js in storys-0.0.3 vs app/js/app.js in storys-0.0.4

- old
+ new

@@ -3,14 +3,9 @@ $(function() { $(document).on("dragstart", "a, img", false); $("#wrapper").twoup("none"); - - $(document).click(function() { - $("body").toggleClass("pagination-active"); - }); - $("#page-back").click(function(e) { e.stopPropagation(); $.twoup.page(-1, true); }); $("#page-back-10").click(function(e) {