From bd111dc3652cc91e777a854fe8898171295ec25f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Nov 2021 00:12:20 +0530 Subject: [PATCH] No need to call init() in display book since the iframe is inited at construction time --- src/pyj/read_book/view.pyj | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pyj/read_book/view.pyj b/src/pyj/read_book/view.pyj index 9cf29c06aa..057d20354c 100644 --- a/src/pyj/read_book/view.pyj +++ b/src/pyj/read_book/view.pyj @@ -892,7 +892,6 @@ class View: self.content_popup_overlay.loaded_resources = {} self.timers.start_book(book) self.search_overlay.clear_caches(book) - self.iframe_wrapper.init() unkey = username_key(get_interface_data().username) self.book = current_book.book = book hl = None