summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/read.html b/read.html
index aef9d91..b61fa3c 100644
--- a/read.html
+++ b/read.html
@@ -678,7 +678,7 @@ console.log('tn', themeName);
};
});
- book.on("renderer:chapterDisplayed", function() {
+ /* book.on("renderer:chapterDisplayed", function() {
// variables defined above after reading from localforage
@@ -691,7 +691,7 @@ console.log('tn', themeName);
.css("line-height", lineHeight)
.css("text-align", "justify");
- });
+ }); */
book.on("renderer:keydown", hotkey_handler);