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 646a977 commit 1bb9758Copy full SHA for 1bb9758
unpacked/extensions/MathML/content-mathml.js
@@ -56,7 +56,7 @@ MathJax.Extension["MathML/content-mathml"] = (function(HUB) {
56
var isMSIE = HUB.Browser.isMSIE;
57
58
if (isMSIE) {
59
- document.namespaces.add("m","http://www.w3.org/1998/Math/MathML");
+ try {document.namespaces.add("m","http://www.w3.org/1998/Math/MathML")} catch (err) {}
60
}
61
62
var CONFIG = HUB.CombineConfig("MathML.content-mathml",{
0 commit comments