Remove commented out old code

pull/2534/head
Grant Nestor 9 years ago
parent 8644a15a6b
commit 4ac086d477

@ -710,7 +710,6 @@ define([
return start_tag + content + end_tag;
};
marked(text, { renderer: renderer }, function (err, html) {
// marked(text, function (err, html) {
html = mathjaxutils.replace_math(html, math);
toinsert.append(html);
});

@ -400,7 +400,6 @@ define([
return start_tag + content + end_tag;
};
marked(text, { renderer: renderer }, function (err, html) {
// marked(text, function (err, html) {
html = mathjaxutils.replace_math(html, math);
html = security.sanitize_html(html);
html = $($.parseHTML(html));

Loading…
Cancel
Save