From 72faf7d55093a0ec1af6a840150e422686b6f40b Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Tue, 4 Sep 2018 22:10:40 +0200 Subject: [PATCH] typo in comment --- web/static/seepark_web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/seepark_web.js b/web/static/seepark_web.js index 9a7501b..6d8e1f1 100644 --- a/web/static/seepark_web.js +++ b/web/static/seepark_web.js @@ -156,7 +156,7 @@ function dayschart(element, title, days, xtickformat) { ] }); - // woraround for unrendered dots + // workaround for unrendered dots setTimeout(function () { chart.flush(); }, 5000); // reload data -- 2.47.3