Created
April 19, 2014 17:03
-
-
Save JesseHerrick/11090482 to your computer and use it in GitHub Desktop.
Done with IE support? *evil laugh*
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
if (window.navigator.userAgent.indexOf("IE") >= 0) { | |
console.log("This guy is running IE. Get us out of here!!!"); | |
window.alert("Get a better browser."); | |
window.location("http://chrome.google.com"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment