Uncommented code that was taken out for debugging purposes (and that causes inline math to have a linebreak before it -- argh!). Sorry about that.

This commit is contained in:
Davide P. Cervone 2011-11-05 07:30:26 -04:00
parent 4a68934cd4
commit 4f14fbb301
2 changed files with 2 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -237,7 +237,7 @@
test = scripts[i].previousSibling; jax = scripts[i].MathJax.elementJax;
span = test.previousSibling;
if (!jax.SVG.isHidden) {span = span.previousSibling}
// span.parentNode.removeChild(span);
span.parentNode.removeChild(span);
test.parentNode.removeChild(test);
}
//