summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-02 08:46:25 +0300
committerAndrew Dolgov <[email protected]>2018-02-02 08:46:25 +0300
commited676793434b2009da63d383af887d5f9158fb35 (patch)
tree505e5c41801cbbb81f22a856db40aba5ace3ae31 /read.html
parenta5cb605e450f57ee7b548027451e00b8bb1a3fb6 (diff)
disable workarounds for epub inline styles because they break legitimate per-paragraph styles
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);