From 8bb72a6e225f9815f4c30b3d1623f94721a69fb4 Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 10 Nov 2017 14:23:45 +0100 Subject: [PATCH] Better projet --- utils/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/calendar.js b/utils/calendar.js index f1ad997..9d686c5 100644 --- a/utils/calendar.js +++ b/utils/calendar.js @@ -290,7 +290,7 @@ cal.getTotalByCourse = function(user, callback) { let type = event.type; let typeName; - if (type === cal.Type.Other.BE || type == cal.Type.Other.Examen) { + if (type === cal.Type.Other.BE || type == cal.Type.Other.Examen || type == cal.Type.Other.Projet) { typeName = "Other"; } else { typeName = cal.getTypeName(type);