This commit is contained in:
parent
f0fbf40363
commit
3f171394b2
|
@ -73,6 +73,8 @@ cal.Event = class {
|
|||
this.type = cal.Type.TD;
|
||||
} else if (this.name.indexOf("CM") !== -1) {
|
||||
this.type = cal.Type.CM;
|
||||
} else if (this.name.indexOf("BE") !== -1) {
|
||||
this.type = cal.Type.BE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue