This commit is contained in:
Thomas Forgione
2017-09-29 14:53:11 +02:00
parent f0fbf40363
commit 3f171394b2

View File

@@ -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;
}
}