summaryrefslogtreecommitdiff
path: root/js/read.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/read.js')
-rw-r--r--js/read.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/read.js b/js/read.js
index ec85233..036b348 100644
--- a/js/read.js
+++ b/js/read.js
@@ -149,14 +149,14 @@ function apply_styles() {
book.setStyle("lineHeight", lineHeight);
book.setStyle("textAlign", "justify");
- $("#reader iframe").contents().find("p")
+/* $("#reader iframe").contents().find("p")
.css("background", "")
.css("color", "")
.css("background-color", "")
.css("font-family", fontFamily)
.css("font-size", fontSize)
.css("line-height", lineHeight)
- .css("text-align", "justify");
+ .css("text-align", "justify"); */
});