Add alert about no longer support of Internet Explorer

This commit is contained in:
Benjamin Renard 2020-05-29 18:27:31 +02:00
parent 2adbd4cb38
commit 0469d0723f

View file

@ -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