This commit is contained in:
Kovid Goyal 2016-05-02 22:10:50 +05:30
parent c8891928cb
commit ef5f490cf4

View File

@ -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: