diff --git a/web/js/cal.js b/web/js/cal.js index 55f3e58..a024576 100644 --- a/web/js/cal.js +++ b/web/js/cal.js @@ -110,7 +110,7 @@ Event.prototype.toHTML = function () { }) } - if (this.component.getFirstPropertyValue("status") == "CANCELLED") { + if (this.event.component.getFirstPropertyValue("status") == "CANCELLED") { div_cal.style.textDecoration = 'line-through' }