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>
<!--[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" />