Created
March 6, 2018 05:58
-
-
Save noblesilence/57838eb262d98935d0b5125adbbc394d to your computer and use it in GitHub Desktop.
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 renderPage = true; | |
if(navigator.userAgent.indexOf('MSIE')!==-1 | |
|| navigator.appVersion.indexOf('Trident/') > 0){ | |
/* Microsoft Internet Explorer detected in. */ | |
alert("Please view this in a modern browser such as Chrome or Microsoft Edge."); | |
renderPage = false; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment