mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
No need to call init() in display book since the iframe is inited at construction time
This commit is contained in:
parent
ce49820ffc
commit
bd111dc365
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user