Removed comments that were used for testing purposes but were left in accidentally.
This commit is contained in:
parent
35fe82c5db
commit
bc9fd85172
File diff suppressed because one or more lines are too long
|
@ -2334,12 +2334,10 @@ MathJax.Hub.Startup = {
|
||||||
isMac: (navigator.platform.substr(0,3) === "Mac"),
|
isMac: (navigator.platform.substr(0,3) === "Mac"),
|
||||||
isPC: (navigator.platform.substr(0,3) === "Win"),
|
isPC: (navigator.platform.substr(0,3) === "Win"),
|
||||||
isMSIE: (window.ActiveXObject != null && window.clipboardData != null),
|
isMSIE: (window.ActiveXObject != null && window.clipboardData != null),
|
||||||
/*
|
|
||||||
isFirefox: ((window.netscape != null || window.mozPaintCount != null) &&
|
isFirefox: ((window.netscape != null || window.mozPaintCount != null) &&
|
||||||
document.ATTRIBUTE_NODE != null && !window.opera),
|
document.ATTRIBUTE_NODE != null && !window.opera),
|
||||||
isSafari: (navigator.userAgent.match(/ (Apple)?WebKit\//) != null &&
|
isSafari: (navigator.userAgent.match(/ (Apple)?WebKit\//) != null &&
|
||||||
(!window.chrome || window.chrome.loadTimes == null)),
|
(!window.chrome || window.chrome.loadTimes == null)),
|
||||||
*/
|
|
||||||
isChrome: (window.chrome != null && window.chrome.loadTimes != null),
|
isChrome: (window.chrome != null && window.chrome.loadTimes != null),
|
||||||
isOpera: (window.opera != null && window.opera.version != null),
|
isOpera: (window.opera != null && window.opera.version != null),
|
||||||
isKonqueror: (window.hasOwnProperty && window.hasOwnProperty("konqueror") && navigator.vendor == "KDE"),
|
isKonqueror: (window.hasOwnProperty && window.hasOwnProperty("konqueror") && navigator.vendor == "KDE"),
|
||||||
|
|
Loading…
Reference in New Issue
Block a user