Created
April 24, 2017 19:14
-
-
Save Farmatique/61ee6adeacda1f4d4ce60cca1dab0b2f to your computer and use it in GitHub Desktop.
MAC os detector
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var isMac = navigator.platform.toUpperCase().indexOf('MAC')>=0; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment