aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */