From 6536c262152a6c1e7942ff1e115ee61ba72c34ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 13 Aug 2020 00:40:36 +0200 Subject: o != a --- static/script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/script.js b/static/script.js index ab882d6a..785ff23c 100644 --- a/static/script.js +++ b/static/script.js @@ -829,7 +829,7 @@ function bind_properties (el, wide_event=false) { el.dataset.calendar = "Unknown"; } - el.properties._value_calendor = el.dataset.calendar; + el.properties._value_calendar = el.dataset.calendar; el.properties._slot_calendar = []; /* TODO merge this and instance above */ -- cgit v1.2.3