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.
2 parents b9e3761 + 9263cc4 commit 65937e6Copy full SHA for 65937e6
unpacked/extensions/CHTML-preview.js
@@ -26,7 +26,7 @@
26
* limitations under the License.
27
*/
28
29
-(function (HUB,HTML) {
+(function (HUB,HTML,BROWSER) {
30
31
var SETTINGS = HUB.config.menuSettings;
32
@@ -42,7 +42,7 @@
42
color: "inherit!important",
43
updateTime: 30, updateDelay: 6,
44
messageStyle: "none",
45
- disabled: false
+ disabled: BROWSER.isMSIE && !BROWSER.versionAtLeast("8.0")
46
}),
47
48
//
@@ -133,7 +133,7 @@
133
134
HUB.Startup.signal.Post("CHTML-preview Ready");
135
136
-})(MathJax.Hub,MathJax.HTML);
+})(MathJax.Hub,MathJax.HTML,MathJax.Hub.Browser);
137
138
MathJax.Ajax.loadComplete("[MathJax]/extensions/CHTML-preview.js");
139
0 commit comments