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:
parent
4a68934cd4
commit
4f14fbb301
File diff suppressed because one or more lines are too long
|
@ -237,7 +237,7 @@
|
||||||
test = scripts[i].previousSibling; jax = scripts[i].MathJax.elementJax;
|
test = scripts[i].previousSibling; jax = scripts[i].MathJax.elementJax;
|
||||||
span = test.previousSibling;
|
span = test.previousSibling;
|
||||||
if (!jax.SVG.isHidden) {span = span.previousSibling}
|
if (!jax.SVG.isHidden) {span = span.previousSibling}
|
||||||
// span.parentNode.removeChild(span);
|
span.parentNode.removeChild(span);
|
||||||
test.parentNode.removeChild(test);
|
test.parentNode.removeChild(test);
|
||||||
}
|
}
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user