mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 06:17:17 +00:00
fix for double page skip on touch interface
This commit is contained in:
@@ -89,12 +89,5 @@
|
|||||||
Reveal.prev();
|
Reveal.prev();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
hammertime.on('tap', function (ev) {
|
|
||||||
if (Reveal.isLastSlide()){
|
|
||||||
window.location = "{% url "read_comic" nav.next_path %}"
|
|
||||||
} else {
|
|
||||||
Reveal.next()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
</script>
|
</script>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
Reference in New Issue
Block a user