Merge pull request #24 from kyleconroy/fix-latex-api-endpoint

LaTeX endpoint should be POST, not GET
This commit is contained in:
igorkofman
2015-09-20 13:14:40 -07:00

View File

@@ -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");