fixed calendar issue
This commit is contained in:
@@ -242,6 +242,7 @@ $(function () {
|
|||||||
if (uncapProf == "") {
|
if (uncapProf == "") {
|
||||||
uncapProf = "Undecided";
|
uncapProf = "Undecided";
|
||||||
}
|
}
|
||||||
|
//start from start of the month
|
||||||
classSchedules.push({
|
classSchedules.push({
|
||||||
title: `${department}-${course_nbr} with ${uncapProf}`,
|
title: `${department}-${course_nbr} with ${uncapProf}`,
|
||||||
start: moment().startOf('month').format("YYYY-MM-") +
|
start: moment().startOf('month').format("YYYY-MM-") +
|
||||||
|
|||||||
Reference in New Issue
Block a user