Fix #537 JS error in admin dashboard using Chrome

This commit is contained in:
Kijin Sung 2016-06-29 17:44:53 +09:00
parent 1463e7571b
commit 863e0eb08e

View file

@ -77,18 +77,13 @@
</div> </div>
</div> </div>
<!--[if lt IE 9]>
<script> <script>
jQuery(function($) $(function() {
{ $('#checkBrowserMessage').show();
// check browser version
if (var msie = navigator.userAgent.match(/MSIE (\d)/)) {
if (parseInt(msie[1], 10) <== 8) {
$('#checkBrowserMessage').show();
}
}
}); });
</script> </script>
<![endif]-->
<include target="./_footer.html" /> <include target="./_footer.html" />