From a2cf7386c0096deec0b62dab13117329711b4d99 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 6 May 2020 17:24:34 +0300 Subject: openLastPage: hide splash after moving to locally stored cfi --- js/reader.js | 2 ++ 1 file changed, 2 insertions(+) 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); }); -- cgit v1.2.3