This commit is contained in:
sghsri
2018-08-26 11:54:04 -05:00
parent 5c8cf0e1a1
commit 540df96a59

View File

@@ -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];