mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
c8891928cb
commit
ef5f490cf4
@ -189,7 +189,7 @@ def manifest_as_json():
|
||||
ans = ans.encode('utf-8')
|
||||
return ans
|
||||
|
||||
@endpoint('/mathjax/{+which=""}')
|
||||
@endpoint('/mathjax/{+which=""}', auth_required=False)
|
||||
def mathjax(ctx, rd, which):
|
||||
manifest = get_mathjax_manifest(rd.tdir)
|
||||
if not which:
|
||||
|
Loading…
x
Reference in New Issue
Block a user