From d4d6b959b521337d8478a2f9be83269906a29d07 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 29 Jun 2018 17:06:18 +0300 Subject: various minor fixes --- js/read.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'js') 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) { -- cgit v1.2.3