Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Last active May 26, 2020 11:46
Show Gist options
  • Save ABooooo/47953280a1051aa19ac09cc1a0e21119 to your computer and use it in GitHub Desktop.
Save ABooooo/47953280a1051aa19ac09cc1a0e21119 to your computer and use it in GitHub Desktop.
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