summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
Diffstat (limited to 'read.html')
-rw-r--r--read.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/read.html b/read.html
index 4969137..d80b6eb 100644
--- a/read.html
+++ b/read.html
@@ -465,13 +465,15 @@
})
book.on("renderer:chapterUnloaded", function() {
- $(".loading_message").html("Loading...");
- $(".loading").show();
+ $(".notice").html("Loading...").show();
+
});
book.on("renderer:chapterDisplayed", function() {
- $(".loading").hide();
+ $(".notice").hide();
+ });
+ book.on("renderer:chapterDisplayed", function() {
$("#reader iframe")[0].contentWindow.onwheel = function(event) {
if (event.deltaY > 0) {