Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed IE detection #1018

Merged
merged 1 commit into from Nov 16, 2013
Merged

Fixed IE detection #1018

merged 1 commit into from Nov 16, 2013

Commits on Oct 22, 2013

  1. Fixed IE detection

    navigator.appName is still "Microsoft Internet Explorer" for IE6-10, and "Netscape" for IE11 (so I'm told [1]), neither of which contains "trident".
    
    Instead, combine the older "microsoft" match (which still works for IE<11) with a test for "trident" on the user agent string.
    
    [1] http://stackoverflow.com/a/17907562
    jefferyto committed Oct 22, 2013
    Configuration menu
    Copy the full SHA
    ba772df View commit details
    Browse the repository at this point in the history