Index: lams_gradebook/web/releaseLessonMarks.jsp =================================================================== diff -u -r3eab31a1109437bc25679e6ebe38be0a350e17ac -r87c236112358ed9c229876a63816b5e14b17f2af --- lams_gradebook/web/releaseLessonMarks.jsp (.../releaseLessonMarks.jsp) (revision 3eab31a1109437bc25679e6ebe38be0a350e17ac) +++ lams_gradebook/web/releaseLessonMarks.jsp (.../releaseLessonMarks.jsp) (revision 87c236112358ed9c229876a63816b5e14b17f2af) @@ -96,7 +96,7 @@ // release/hide marks function toggleMarksRelease() { - showConfirm(marksReleased ? "" : "", function() { + showConfirm(marksReleased ? "" : "", function() { releaseMarksAlertBox.hide(); $.ajax({ @@ -112,7 +112,7 @@ marksReleased = !marksReleased; updateReleaseMarksDependantElements(); } else { - releaseMarksAlertBox.removeClass('alert-success').addClass('alert-danger').text("").show(); + releaseMarksAlertBox.removeClass('alert-success').addClass('alert-danger').text("").show(); } } }); @@ -134,11 +134,11 @@ if (finalList.length == 0) { releaseMarksAlertBox.removeClass('alert-success').addClass('alert-danger') - .text('').show(); + .text('').show(); return; } - showConfirm(''.replace('[COUNT_PLACEHOLDER]', finalList.length), function() { + showConfirm(''.replace('[COUNT_PLACEHOLDER]', finalList.length), function() { $.ajax({ 'url' : 'gradebook/gradebookMonitoring/sendReleaseMarksEmails.do', 'data' : { @@ -181,7 +181,7 @@ iconSet: 'fontAwesomeSolid', url: "monitoring/emailNotifications/getUsers.do?searchType=4&lessonID=" + releaseMarksLessonID, datatype: "json", - colNames:[''], + colNames:['"'], colModel:[ {name:'name',index:'name', sortable: false, sorttype: 'text'} ],