aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-08-13 00:40:36 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-08-13 00:40:36 +0200
commit6536c262152a6c1e7942ff1e115ee61ba72c34ef (patch)
tree3e3adb5ceb939b90a4a4c1f23af83b9bbd8018fa
parentMinor changes. (diff)
downloadcalp-6536c262152a6c1e7942ff1e115ee61ba72c34ef.tar.gz
calp-6536c262152a6c1e7942ff1e115ee61ba72c34ef.tar.xz
o != a
-rw-r--r--static/script.js2
1 files changed, 1 insertions, 1 deletions
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 */