Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== diff -u -r40de3afab4e8d589660daffb6efd6e568e87f8fa -r87c236112358ed9c229876a63816b5e14b17f2af --- lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 40de3afab4e8d589660daffb6efd6e568e87f8fa) +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 87c236112358ed9c229876a63816b5e14b17f2af) @@ -46,7 +46,7 @@ iconSet: 'fontAwesome', url: "" + getSearchParams(), datatype: "json", - colNames:[''], + colNames: [''], colModel:[ {name:'name',index:'name', width:260, firstsortorder:'desc', sorttype: 'text'} ], @@ -79,17 +79,17 @@ }, activate: function(event, ui) { if ($('#accordion').accordion('option', 'active') == 0) { - $("#emailButton").attr('value', ''); + $("#emailButton").attr('value', ''); } else { - $("#emailButton").attr('value', ''); + $("#emailButton").attr('value', ''); } } }); jQuery("#lessonsTable").jqGrid({ datatype: "local", rowNum: 10000, - colNames:['Id', ''], + colNames:['Id', ''], colModel:[ {name:'id2',index:'id2', width:35, sorttype:"int"}, {name:'name',index:'name', width:225, firstsortorder:'desc', sorttype: 'text'} @@ -150,11 +150,11 @@ type: 'post', success: function (json) { if (json.isSuccessfullySent) { - alert(""); + alert(""); } else if (json.isSuccessfullyScheduled) { - alert(""); + alert(""); } else { - alert(""); + alert(""); } } });