summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--read.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.html b/read.html
index 08f5c23..339e41b 100644
--- a/read.html
+++ b/read.html
@@ -615,7 +615,8 @@
})
book.on("renderer:chapterUnloaded", function() {
- $(".chapter").html("Loading...");
+ $(".loading").show();
+ $(".loading_message").html("Opening chapter...");
});