summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/read.html b/read.html
index 074a4d7..3bfa448 100644
--- a/read.html
+++ b/read.html
@@ -214,6 +214,9 @@
</div>
</div>
+<div id="left"></div>
+<div id="right"></div>
+
<div id="reader"></div>
<div class="loading">
@@ -721,6 +724,8 @@
rendition.on('rendered', function(chapter) {
$(".chapter").html($("<span>").addClass("glyphicon glyphicon-th-list"));
+ resize_side_columns();
+
try {
var location = book.rendition.currentLocation();