From 26bdd684a4306ba1ba603d0e0472ccc4eb5adb85 Mon Sep 17 00:00:00 2001 From: ajurna Date: Fri, 22 May 2020 16:36:46 +0100 Subject: [PATCH] fix for double page skip on touch interface --- comic/templates/comic/read_comic.html | 7 ------- 1 file changed, 7 deletions(-) diff --git a/comic/templates/comic/read_comic.html b/comic/templates/comic/read_comic.html index b9f2d29..320dc69 100644 --- a/comic/templates/comic/read_comic.html +++ b/comic/templates/comic/read_comic.html @@ -89,12 +89,5 @@ Reveal.prev(); } }) - hammertime.on('tap', function (ev) { - if (Reveal.isLastSlide()){ - window.location = "{% url "read_comic" nav.next_path %}" - } else { - Reveal.next() - } - }) {% endblock %} \ No newline at end of file