From 103559feabc518536ea2b42c7930e4c127b8e2ab Mon Sep 17 00:00:00 2001 From: Bandie Date: Fri, 22 May 2020 03:53:16 +0200 Subject: [PATCH] this.event --- web/js/cal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }