mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-18 00:09:06 +01:00
Add alert about no longer support of Internet Explorer
This commit is contained in:
parent
2adbd4cb38
commit
0469d0723f
1 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
// Check IE
|
||||
if (window.navigator.userAgent.indexOf("MSIE ") >= 0) {
|
||||
alert('Internet Explorer is no longer supported. Thank you for using or installing a browser of our time :)');
|
||||
}
|
||||
|
||||
var LSdefault = new Class({
|
||||
initialize: function(){
|
||||
// LSdebug
|
||||
|
|
Loading…
Reference in a new issue