summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/courses.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/courses.js b/js/courses.js
index 7bcfc2b..4503cb5 100644
--- a/js/courses.js
+++ b/js/courses.js
@@ -31,7 +31,7 @@ define(['assert'], function(assert) {
{ "id": "2IIC0", "name": "Business Information Systems","when": "Y3Q1" },
{ "id": "2IID0", "name": "Web Analytics", "when": "Y3Q2" },
{ "id": "2IO90", "name": "DBL Algorithms", "when": "Y3Q2" },
- { "id": "DS004", "name": "Bachelor End Project", "when": "Y3Q3,Y3Q4" },
+ { "id": "DS004", "name": "Bachelor End Project", "type": "bep", "when": "Y3Q3,Y3Q4" },
];
function getQuartile(when) {