Be sure to remove all previous output in HTML-CSS jax.

This commit is contained in:
Davide P. Cervone 2016-08-17 18:56:57 -04:00
parent 624572a654
commit f6c72b41d6

View File

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