Remove warning about using IE8 in the admin module

This commit is contained in:
Kijin Sung 2022-12-18 01:38:03 +09:00
parent 7f51e823cd
commit 840a994a91
4 changed files with 2 additions and 17 deletions

View file

@ -14,10 +14,6 @@
<h1>{$lang->control_panel}</h1>
</div>
<div id="checkBrowserMessage" class="message error" style="display:none;">
<h2>{$lang->checkBrowserIE8}</h2>
</div>
<div cond="isset($XE_VALIDATOR_MESSAGE) && ($XE_VALIDATOR_ID ?? '') == 'modules/admin/tpl/index/1'" class="message {$XE_VALIDATOR_MESSAGE_TYPE}">
<p>{$XE_VALIDATOR_MESSAGE}</p>
</div>
@ -88,13 +84,5 @@
</div>
</div>
<!--[if lt IE 9]>
<script>
jQuery(function($) {
$('#checkBrowserMessage').show();
});
</script>
<![endif]-->
<include target="./_footer.html" />