From 057d3604fc3a2089920de26ad1fb9141221acccf Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 12 Apr 2017 10:26:24 +0530 Subject: [PATCH] Revert freezing of epubReadingSystem as it throws and I can't be bothered figuring out why --- src/pyj/read_book/iframe.pyj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pyj/read_book/iframe.pyj b/src/pyj/read_book/iframe.pyj index 1757901286..446ef5f0da 100644 --- a/src/pyj/read_book/iframe.pyj +++ b/src/pyj/read_book/iframe.pyj @@ -59,7 +59,7 @@ class EPUBReadingSystem: class IframeBoss: def __init__(self): - window.navigator.epubReadingSystem = Object.freeze(EPUBReadingSystem()) + window.navigator.epubReadingSystem = EPUBReadingSystem() self.ready_sent = False self.last_cfi = None self.replace_history_on_next_cfi_update = True