Index: lams_monitoring/web/emailnotifications/lessonNotifications.jsp =================================================================== diff -u -r0aa9f13e05d384ced6793a22c6a72057c071fc42 -r87c236112358ed9c229876a63816b5e14b17f2af --- lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision 0aa9f13e05d384ced6793a22c6a72057c071fc42) +++ lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision 87c236112358ed9c229876a63816b5e14b17f2af) @@ -47,7 +47,7 @@ iconSet: 'fontAwesome', url: "" + getSearchParams(), datatype: "json", - colNames:[''], + colNames:[''], colModel:[ {name:'name',index:'name', width:260, firstsortorder:'desc', sorttype: 'text'} ], @@ -83,9 +83,9 @@ }, activate: function(event, ui) { if ($('#accordion').accordion('option', 'active') == 0) { - $("#emailButton").attr('value', ''); + $("#emailButton").attr('value', ''); } else { - $("#emailButton").attr('value', ''); + $("#emailButton").attr('value', ''); } } }); @@ -127,11 +127,11 @@ type: 'post', success: function (json) { if (json.isSuccessfullySent) { - alert(""); + alert(""); } else if (json.isSuccessfullyScheduled) { - alert(""); + alert(""); } else { - alert(""); + alert(""); } } });