summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.html b/read.html
index 3f76139..c1c45e4 100644
--- a/read.html
+++ b/read.html
@@ -228,6 +228,7 @@
}
$(document).ready(function() {
+ apply_night_mode();
$(window).on('online', function() {
console.log("we're online, storing lastread");
@@ -376,7 +377,6 @@
//styles: { fontSize: '24px', lineHeight: '130%', fontFamily: 'Georgia' }
window.book = book;
- apply_night_mode();
var rendered = book.renderTo("reader");