* disable animation effect for ie8.

This commit is contained in:
Catouse
2015-05-19 17:28:41 +08:00
parent 0df23bc4ec
commit 391cbf8b64
+1 -1
View File
@@ -61,7 +61,7 @@ function initBurnChar()
}]
};
var burnChart = $("#burnChart").lineChart(data, {});
var burnChart = $("#burnChart").lineChart(data, {animation: !($.zui.browser && $.zui.browser.ie === 8)});
}
</script>
<?php include '../../common/view/footer.html.php';?>