Be sure to remove all previous output in HTML-CSS jax.
This commit is contained in:
parent
624572a654
commit
f6c72b41d6
|
@ -578,7 +578,7 @@
|
|||
// Remove any existing output
|
||||
//
|
||||
prev = script.previousSibling;
|
||||
if (prev && String(prev.className).match(/^MathJax(_Display)?( MathJax_Processing)?$/))
|
||||
if (prev && String(prev.className).match(/^MathJax(_Display)?( MathJax_Process(ing|ed))?$/))
|
||||
{prev.parentNode.removeChild(prev)}
|
||||
if (script.MathJax.preview) script.MathJax.preview.style.display = "none";
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue
Block a user