summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-06-29 17:06:18 +0300
committerAndrew Dolgov <[email protected]>2018-06-29 17:06:18 +0300
commitd4d6b959b521337d8478a2f9be83269906a29d07 (patch)
tree10403fda9262283fa41b3308d1e695f9cc2a575c /js
parent9eb03d82b664cd72f94e844109a931a084d8ffbb (diff)
various minor fixes
Diffstat (limited to 'js')
-rw-r--r--js/read.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/js/read.js b/js/read.js
index 1feb032..b79a551 100644
--- a/js/read.js
+++ b/js/read.js
@@ -55,16 +55,12 @@ function next_page() {
_store_position = 1;
window.book.rendition.next();
-
show_ui(false);
- request_fullscreen();
}
function prev_page() {
window.book.rendition.prev();
-
show_ui(false);
- request_fullscreen();
}
function hotkey_handler(e) {