* task #7664, improve UI of cmmiprogress block.
This commit is contained in:
@@ -109,8 +109,7 @@ function initMilestoneChart()
|
||||
});
|
||||
}
|
||||
|
||||
if(betterWidth > 200) setTimeout(renderChart, 100);
|
||||
else renderChart();
|
||||
setTimeout(renderChart, betterWidth > 200 ? 100 : 10);
|
||||
}
|
||||
initMilestoneChart();
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user