Last active
May 26, 2020 11:46
-
-
Save ABooooo/47953280a1051aa19ac09cc1a0e21119 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 browserIsIE = /*@@cc_on!@@*/false || !!document.documentMode; | |
if (browserIsIE) { | |
$('#ieWarningModal').modal('show'); //create html element as modal | |
console.log('WARNING: You are using Internet Explorer!'); | |
} | |
/*Internet Explorer is not supported. | |
This browser is outdated and not fully supported for the css-portal. | |
Please note that some of the pages will not get displayed, so please use the latest version of Microsoft Edge, Google Chrome, or Mozilla Firefox | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment