We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 624572a commit f6c72b4Copy full SHA for f6c72b4
unpacked/jax/output/HTML-CSS/jax.js
@@ -578,7 +578,7 @@
578
// Remove any existing output
579
//
580
prev = script.previousSibling;
581
- if (prev && String(prev.className).match(/^MathJax(_Display)?( MathJax_Processing)?$/))
+ if (prev && String(prev.className).match(/^MathJax(_Display)?( MathJax_Process(ing|ed))?$/))
582
{prev.parentNode.removeChild(prev)}
583
if (script.MathJax.preview) script.MathJax.preview.style.display = "none";
584
0 commit comments