mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-04 13:10:33 +01:00
Add IE browser warning as message after login
This commit is contained in:
parent
99fc768cbf
commit
91e695d1fd
@ -65,6 +65,12 @@
|
||||
opacity: 0.7,
|
||||
axis: 'y'
|
||||
});
|
||||
|
||||
// warn user about using IE not compatibilities
|
||||
if (navigator && navigator.userAgent.match(/Trident|msie|edge/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