summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-05-16 13:21:29 +0300
committerAndrew Dolgov <[email protected]>2018-05-16 13:21:29 +0300
commit9599d67bcd04762b94f596edb013eee299046c92 (patch)
tree61ef212952886d417dd75ad893d1035003ad2ac6 /js/reader.js
parenta96443e152a1d09944839d21a3ebd709bd161cf7 (diff)
use inline resource loading for theme content
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);