summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/reader.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/js/reader.js b/js/reader.js
index a2ee32e..5b03a8c 100644
--- a/js/reader.js
+++ b/js/reader.js
@@ -937,6 +937,8 @@ const Reader = {
// this is ridiculous tbh
if (item.cfi) book.rendition.display(item.cfi).then(() => {
+ $(".loading").hide();
+
book.rendition.display(item.cfi);
});