mirror of
https://github.com/ajurna/cbwebreader.git
synced 2025-12-06 22:27:19 +00:00
fix for double page skip on touch interface
This commit is contained in:
@@ -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()
|
||||
}
|
||||
})
|
||||
</script>
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user