Merge pull request #10320 from dacook/remove-ie-warning

Remove unnecessary IE warning
This commit is contained in:
Maikel
2023-01-27 17:02:53 +11:00
committed by GitHub
11 changed files with 0 additions and 92 deletions

View File

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