summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-01-25 14:55:13 +0300
committerAndrew Dolgov <[email protected]>2018-01-25 14:55:13 +0300
commit91c67aba77da85754f0f12664825c0261244a3b4 (patch)
tree305dda72c295f7c67f611f9947af3596d91a5154 /read.html
parent45ce79df00cafe732d69d615fc210fadaaf6744d (diff)
hide UI when page changes
Diffstat (limited to 'read.html')
-rw-r--r--read.html4
1 files changed, 1 insertions, 3 deletions
diff --git a/read.html b/read.html
index 47bae11..e666925 100644
--- a/read.html
+++ b/read.html
@@ -621,9 +621,7 @@
};
$("#reader iframe")[0].contentWindow.ontouchend = function(event) {
- console.log('ontouchend');
-
-
+ toggle_ui();
};
/*$("#reader iframe")[0].contentWindow.onmouseup = function(event) {