mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Fix #1954645 [Private bug](https://bugs.launchpad.net/calibre/+bug/1954645)
This commit is contained in:
parent
9ed24d754b
commit
5101ca89de
@ -470,7 +470,7 @@ class ReadUI:
|
|||||||
|
|
||||||
for fname in files_left:
|
for fname in files_left:
|
||||||
if fname is not raster_cover_name:
|
if fname is not raster_cover_name:
|
||||||
start_download(fname, base_path + encodeURIComponent(fname).replace(/%2[fF]/, '/'))
|
start_download(fname, base_path + encodeURIComponent(fname).replace(/%2[fF]/g, '/'))
|
||||||
|
|
||||||
def ensure_maths(self, proceed):
|
def ensure_maths(self, proceed):
|
||||||
self.db.get_mathjax_info(def(mathjax_info):
|
self.db.get_mathjax_info(def(mathjax_info):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user