mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-06 14:09:52 +01:00
Exclude Edge from previous commit
This commit is contained in:
parent
91e695d1fd
commit
f9394a98b8
@ -67,7 +67,7 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// warn user about using IE not compatibilities
|
// 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');
|
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