Give it space

This commit is contained in:
Thomas Forgione 2017-11-21 07:52:54 +01:00
parent 4c635fa9bb
commit ce94c93085
No known key found for this signature in database
GPG Key ID: C75CD416BD1FFCE1
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ cal.getTypeFromName = function(name) {
return cal.Type.Other.Examen;
} else if (name.toLowerCase().indexOf("projet") !== -1) {
return cal.Type.Other.Projet;
} else if (name.indexOf("APP") !== -1) {
} else if (name.indexOf("APP ") !== -1) {
return cal.Type.Other.APP;
} else {
return cal.Type.Unkown;