mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 10:41:40 +09:00
Fix #537 JS error in admin dashboard using Chrome
This commit is contained in:
parent
1463e7571b
commit
863e0eb08e
1 changed files with 4 additions and 9 deletions
|
|
@ -77,18 +77,13 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<!--[if lt IE 9]>
|
||||
<script>
|
||||
jQuery(function($)
|
||||
{
|
||||
// check browser version
|
||||
if (var msie = navigator.userAgent.match(/MSIE (\d)/)) {
|
||||
if (parseInt(msie[1], 10) <== 8) {
|
||||
$('#checkBrowserMessage').show();
|
||||
}
|
||||
}
|
||||
$(function() {
|
||||
$('#checkBrowserMessage').show();
|
||||
});
|
||||
</script>
|
||||
|
||||
<![endif]-->
|
||||
|
||||
<include target="./_footer.html" />
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue