forked from extern/egroupware
Exclude Edge from previous commit
This commit is contained in:
parent
4c7d7fa9ca
commit
3604e66fa6
@ -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');
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user