From 540df96a595c39bce3178321e64ab3019676d50f Mon Sep 17 00:00:00 2001 From: sghsri Date: Sun, 26 Aug 2018 11:54:04 -0500 Subject: [PATCH] comments --- js/calendar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/calendar.js b/js/calendar.js index af26960c..a491a129 100644 --- a/js/calendar.js +++ b/js/calendar.js @@ -142,7 +142,7 @@ $(function () { $("#myModal").fadeOut(fadetime); } } - + //find the location of a class given its days and timearrs. function findLoc(day, timearr, datetimearr) { for (let i = 0; i < datetimearr.length; i++) { var dtl = datetimearr[i];