This commit is contained in:
Thomas Forgione 2017-09-29 14:53:11 +02:00
parent f0fbf40363
commit 3f171394b2
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 2 additions and 0 deletions

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