mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Forgot to remove content load delay for testing
This commit is contained in:
parent
f38a7d15ba
commit
5b431a8c6a
@ -262,8 +262,7 @@ class IframeBoss:
|
|||||||
self.do_layout(self.is_titlepage)
|
self.do_layout(self.is_titlepage)
|
||||||
if self.mathjax:
|
if self.mathjax:
|
||||||
return apply_mathjax(self.mathjax, self.book.manifest.link_uid, self.content_loaded_stage2)
|
return apply_mathjax(self.mathjax, self.book.manifest.link_uid, self.content_loaded_stage2)
|
||||||
window.setTimeout(self.content_loaded_stage2, 1000)
|
self.content_loaded_stage2()
|
||||||
# self.content_loaded_stage2()
|
|
||||||
|
|
||||||
def content_loaded_stage2(self):
|
def content_loaded_stage2(self):
|
||||||
self.connect_links()
|
self.connect_links()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user