mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-04 19:54:29 +01:00
...
This commit is contained in:
parent
c8891928cb
commit
ef5f490cf4
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue