mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-12 05:22:35 +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>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!--[if lt IE 9]>
|
||||||
<script>
|
<script>
|
||||||
jQuery(function($)
|
$(function() {
|
||||||
{
|
|
||||||
// check browser version
|
|
||||||
if (var msie = navigator.userAgent.match(/MSIE (\d)/)) {
|
|
||||||
if (parseInt(msie[1], 10) <== 8) {
|
|
||||||
$('#checkBrowserMessage').show();
|
$('#checkBrowserMessage').show();
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
<![endif]-->
|
||||||
|
|
||||||
<include target="./_footer.html" />
|
<include target="./_footer.html" />
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue