mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-03 20:40:26 +08:00
优化代码
This commit is contained in:
@@ -561,6 +561,7 @@ window.teaweb = {
|
||||
|
||||
let chartBox = document.getElementById(chartId)
|
||||
if (chartBox == null) {
|
||||
console.error("chart id '" + chartId + "' not found")
|
||||
return
|
||||
}
|
||||
let chart = this.initChart(chartBox)
|
||||
|
||||
Reference in New Issue
Block a user