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