summaryrefslogtreecommitdiff
path: root/js/read.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/read.js')
-rw-r--r--js/read.js16
1 files changed, 0 insertions, 16 deletions
diff --git a/js/read.js b/js/read.js
index 555d9a1..469ccf5 100644
--- a/js/read.js
+++ b/js/read.js
@@ -103,22 +103,6 @@ function hotkey_handler(e) {
$(document).ready(function() {
document.onkeydown = hotkey_handler;
- $(window).on("orientationchange", function(evt) {
- console.log("orientationchange");
-
- $(".loading").show();
- $(".loading_message").html("Opening chapter...");
-
- window.setTimeout(function() {
- open_lastread();
-
- window.setTimeout(function() {
- $(".loading").hide();
- }, 500);
-
- }, 1000);
- });
-
$(window).on("mouseup", function(evt) {
if (evt.button == 0) {