summaryrefslogtreecommitdiff
path: root/read.html
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-11-23 15:14:51 +0300
committerAndrew Dolgov <[email protected]>2018-11-23 15:14:51 +0300
commitf45af4fb5c81737af671a2665f6c997e827f617b (patch)
tree762051c501e0583ecb28e5cd862ec15d0509c128 /read.html
parent7d88e88e830acf4463468650e166a5d78f83b269 (diff)
notify when generating pagination
Diffstat (limited to 'read.html')
-rw-r--r--read.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/read.html b/read.html
index f07e9e3..2dc1793 100644
--- a/read.html
+++ b/read.html
@@ -710,13 +710,16 @@
_pagination_stored = 1;
return book.locations.load(locations);
} else {
+ $(".loading_message").html("Paginating...");
return book.locations.generate(1600);
}
});
} else {
+ $(".loading_message").html("Paginating...");
return book.locations.generate(1600);
}
}).catch(function() {
+ $(".loading_message").html("Paginating...");
return book.locations.generate(1600);
});
}