Added location
This commit is contained in:
@@ -237,7 +237,7 @@ module.exports.calendarData = function(req, res, render) {
|
||||
}
|
||||
|
||||
events.push({
|
||||
title: event.name,
|
||||
title: event.name + '\n' + event.location,
|
||||
start: event.startTime,
|
||||
end: event.finishTime,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user