From 5b431a8c6ae4b1b744295dd3ab59d253798e7ef8 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 15 Oct 2019 06:25:13 +0530 Subject: [PATCH] Forgot to remove content load delay for testing --- src/pyj/read_book/iframe.pyj | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pyj/read_book/iframe.pyj b/src/pyj/read_book/iframe.pyj index 0bb4bed9d2..de1a9f01f8 100644 --- a/src/pyj/read_book/iframe.pyj +++ b/src/pyj/read_book/iframe.pyj @@ -262,8 +262,7 @@ class IframeBoss: self.do_layout(self.is_titlepage) if self.mathjax: 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): self.connect_links()