Merge pull request #24 from kyleconroy/fix-latex-api-endpoint
LaTeX endpoint should be POST, not GET
This commit is contained in:
@@ -463,7 +463,7 @@ function render_embed_get(opt_iframeOuter) {
|
||||
}
|
||||
|
||||
|
||||
function render_latex_get() {
|
||||
function render_latex_post() {
|
||||
var formula = requireParam("formula");
|
||||
|
||||
formula = formula.replace(/%/g,"%25");
|
||||
|
||||
Reference in New Issue
Block a user