Created
April 5, 2013 09:04
-
-
Save onexdrk/5317809 to your computer and use it in GitHub Desktop.
IE6 checker function.
return true if IE6
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
function isHellIE() { | |
return typeof document.body.style.maxHeight == "undefined"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment