Remove IE warning

It brings me great pleasure to remove this. I've been waiting my whole career: IE is finally gone!!
This commit is contained in:
David Cook
2023-01-27 12:45:46 +11:00
parent 1a71e55029
commit 57678b7566
11 changed files with 0 additions and 92 deletions

View File

@@ -1,5 +0,0 @@
$( document ).ready(function() {
$("#closeie").click(function() {
$("#ie-warning").hide();
});
})