Exclude Edge from previous commit

This commit is contained in:
Hadi Nategh 2018-08-07 16:30:53 +02:00
parent 4c7d7fa9ca
commit 3604e66fa6

View File

@ -67,7 +67,7 @@
});
// warn user about using IE not compatibilities
if (navigator && navigator.userAgent.match(/Trident|msie|edge/ig))
if (navigator && navigator.userAgent.match(/Trident|msie/ig))
{
egw.message(egw.lang('Browser %1 %2 is not recommended. You may experience issues and not working features. Please use the latest version of Chrome, Firefox or Edge. Thank You!', 'IE',''), 'info', 'browser:ie:warning');
}