mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 16:52:16 +09:00
Remove warning about using IE8 in the admin module
This commit is contained in:
parent
7f51e823cd
commit
840a994a91
4 changed files with 2 additions and 17 deletions
|
|
@ -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" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue