From 60f515ee67ca90fc23164415a0c7b5dbcaf37c04 Mon Sep 17 00:00:00 2001 From: 10001shh Date: Thu, 4 Oct 2018 00:11:53 -0500 Subject: [PATCH] fixed calendar issue --- js/calendar.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/calendar.js b/js/calendar.js index 29aa5f52..9fd28dbc 100644 --- a/js/calendar.js +++ b/js/calendar.js @@ -242,6 +242,7 @@ $(function () { if (uncapProf == "") { uncapProf = "Undecided"; } + //start from start of the month classSchedules.push({ title: `${department}-${course_nbr} with ${uncapProf}`, start: moment().startOf('month').format("YYYY-MM-") +