You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trident is set for IE8+, so I removed some legacy code that was only needed for IE6-7.
Also, document.documentMode seems to be always set for IE8-11, even
without an x-ua-compatible <meta> tag, but I left in code to check
navigator.appVersion too, just in case it's needed for future
versions of IE.
0 commit comments