summaryrefslogtreecommitdiff
path: root/js/reader.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/reader.js')
-rw-r--r--js/reader.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/js/reader.js b/js/reader.js
index ba5d782..41737ee 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -715,6 +715,10 @@ const Reader = {
rendition.on('rendered', function(/*chapter*/) {
$(".chapter").html($("<span>").addClass("glyphicon glyphicon-th-list"));
+ //console.log('rendered');
+
+ Reader.Page._moved_next = 0;
+
Reader.applyTheme();
Reader.resizeSideColumns();