This commit is contained in:
Kovid Goyal 2021-12-14 20:14:55 +05:30
parent 9ed24d754b
commit 5101ca89de
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -470,7 +470,7 @@ class ReadUI:
for fname in files_left:
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):
self.db.get_mathjax_info(def(mathjax_info):