mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-07 10:14:46 -04:00
Forgot to remove some testing code
This commit is contained in:
parent
e158c41ce3
commit
d6530933d9
@ -67,8 +67,5 @@ if document?:
|
|||||||
iframe_main(iframe_script)
|
iframe_main(iframe_script)
|
||||||
else:
|
else:
|
||||||
toplevel_main()
|
toplevel_main()
|
||||||
url = window.URL.createObjectURL(Blob([main_js()]), {'type': 'text/javascript'})
|
|
||||||
worker = new window.Worker(url + '#moo')
|
|
||||||
console.log(worker)
|
|
||||||
elif self?:
|
elif self?:
|
||||||
entry_point = self.location.hash[1:]
|
entry_point = self.location.hash[1:]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user