From 317e5e46892ec1abb856bc403ccc660656a508d0 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Sat, 20 Aug 2022 20:31:00 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/utils.js | 1 + 1 file changed, 1 insertion(+) diff --git a/web/public/js/utils.js b/web/public/js/utils.js index 7794e079..a84bb500 100644 --- a/web/public/js/utils.js +++ b/web/public/js/utils.js @@ -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)