mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
f034a62ec2
commit
a2650969a9
@ -429,9 +429,10 @@ class IframeBoss:
|
||||
if runtime.is_standalone_viewer:
|
||||
self.listen_for_image_double_clicks()
|
||||
self.content_ready = True
|
||||
# this is the loading styles used to suppress scrollbars during load
|
||||
# added in unserialize_html
|
||||
document.head.removeChild(document.head.firstChild)
|
||||
if document.head?.firstChild:
|
||||
# this is the loading styles used to suppress scrollbars during load
|
||||
# added in unserialize_html
|
||||
document.head.removeChild(document.head.firstChild)
|
||||
|
||||
csi = current_spine_item()
|
||||
if csi.initial_position:
|
||||
|
Loading…
x
Reference in New Issue
Block a user