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

New UA string for Windows 8.1 #28

Open
ninapavlich opened this issue Feb 19, 2014 · 1 comment
Open

New UA string for Windows 8.1 #28

ninapavlich opened this issue Feb 19, 2014 · 1 comment

Comments

@ninapavlich
Copy link

Hi,

Windows 8.1 user the user agent string now reads "Windows NT 6.3..."

I think this can be addressed by changing line 110 of css_browser_selector_dev.js to say:
(is('windows nt 6.2') || is('windows nt 6.3')?' win8'

Thanks!

@isarmstrong
Copy link

Win 8.1 is a significant enough point release that I prefer to give it a new line. Good post though. We should really create a maintained fork of this project somewhere.

(is('windows nt 6.3')?' win8.1'
                    :is('windows nt 6.2')?' win8'
                    :is('windows nt 6.1')?' win7'
                    :is('windows nt 6.0')?' vista'
                    :is('windows nt 5.2') || is('windows nt 5.1') ? ' win_xp' 
                    :is('windows nt 5.0')?' win_2k'
                    :is('windows nt 4.0') || is('WinNT4.0') ?' win_nt'
                    : ''
                    ) 

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants