Forgot to remove content load delay for testing

This commit is contained in:
Kovid Goyal 2019-10-15 06:25:13 +05:30
parent f38a7d15ba
commit 5b431a8c6a
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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()