This commit is contained in:
JonnyWong16 2019-02-24 14:39:07 -08:00
parent 469e54a22c
commit 2a707fc512

View file

@ -9,7 +9,7 @@ if (typeof platform !== 'undefined') {
p.os = platform.os.toString(); p.os = platform.os.toString();
} }
if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) <= -1) > if (['IE', 'Microsoft Edge', 'IE Mobile'].indexOf(p.name) > -1) {
if (!getCookie('browserDismiss')) { if (!getCookie('browserDismiss')) {
var $browser_warning = $('<div id="browser-warning">' + var $browser_warning = $('<div id="browser-warning">' +
'<i class="fa fa-exclamation-circle"></i>&nbsp;' + '<i class="fa fa-exclamation-circle"></i>&nbsp;' +