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)