summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-02-20 20:22:01 +0300
committerAndrew Dolgov <[email protected]>2018-02-20 20:22:01 +0300
commit9d24dc3ff0421fd9f768d453a9c74b2b48f4087a (patch)
treeef1e3fad4c98264ac8d42bf3f872d3cd95575852
parent77a76bda3779b25b852dcefb8c8277b23c4e469a (diff)
show loading chapter prompt
-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...");
});