Merge branch 'v2.1-latest' of https://github.com/dpvc/MathJax into develop
This commit is contained in:
commit
ef86d63009
File diff suppressed because one or more lines are too long
|
@ -1511,9 +1511,11 @@
|
||||||
browser.STIXfontBug = browser.versionAtLeast("5.1") && browser.isMac;
|
browser.STIXfontBug = browser.versionAtLeast("5.1") && browser.isMac;
|
||||||
},
|
},
|
||||||
Chrome: function (browser) {
|
Chrome: function (browser) {
|
||||||
|
if (browser.isMac) {
|
||||||
var match = navigator.appVersion.match(/AppleWebKit\/(\d+)/);
|
var match = navigator.appVersion.match(/AppleWebKit\/(\d+)/);
|
||||||
if (match && parseInt(match[1]) > 534) {browser.STIXfontBug = true}
|
if (match && parseInt(match[1]) > 534) {browser.STIXfontBug = true}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in New Issue
Block a user