summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reader.js b/js/reader.js
index 0a49a4b..15e2e65 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -17,6 +17,8 @@ function enable_swipes() {
}
$(document).ready(function() {
+ console.log('setting taps');
+
$(window).on("click tap", function() {
if (parent.$(".header").is(":visible")) {
parent.show_ui(false);