From 0469d0723fa3b02455ef68155071fced28022833 Mon Sep 17 00:00:00 2001 From: Benjamin Renard Date: Fri, 29 May 2020 18:27:31 +0200 Subject: [PATCH] Add alert about no longer support of Internet Explorer --- src/includes/js/LSdefault.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/includes/js/LSdefault.js b/src/includes/js/LSdefault.js index 41477610..0fda9908 100644 --- a/src/includes/js/LSdefault.js +++ b/src/includes/js/LSdefault.js @@ -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