this.event
This commit is contained in:
parent
b088c16e2d
commit
103559feab
@ -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'
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user