this.event

This commit is contained in:
Bandie 2020-05-22 03:53:16 +02:00
parent b088c16e2d
commit 103559feab
Signed by untrusted user: Bandie
GPG Key ID: 843D7FA93BA46312

View File

@ -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' div_cal.style.textDecoration = 'line-through'
} }