From: gregor herrmann Date: Tue, 4 Sep 2018 20:10:40 +0000 (+0200) Subject: typo in comment X-Git-Url: https://git.toastfreeware.priv.at/chrisu/seepark.git/commitdiff_plain/72faf7d55093a0ec1af6a840150e422686b6f40b typo in comment --- 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