summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-26 13:16:24 +0300
committerAndrew Dolgov <[email protected]>2018-02-26 13:16:24 +0300
commitade92000ea4c7b05503211623b1672dc0c4b2ff1 (patch)
tree2c3f98cad809c67b7242892a60f090c13b6da229 /read.html
parentf41005d3759740b08f81877e868176fe6ffb28ca (diff)
use jquery event handler for side taps
Diffstat (limited to 'read.html')
-rw-r--r--read.html4
1 files changed, 0 insertions, 4 deletions
diff --git a/read.html b/read.html
index f5aed25..004fa9e 100644
--- a/read.html
+++ b/read.html
@@ -362,12 +362,8 @@
$(".loading_message").html("This book is not available offline.");
}
}
-
});
- init_taps();
- document.onkeydown = hotkey_handler;
-
localforage.getItem("epube.enable-fullscreen").then(function(enable) {
_enable_fullscreen = enable;
});