Index: lams_monitoring/web/emailnotifications/lessonNotifications5.jsp =================================================================== diff -u -r35dd47046a83ab2f9e80f76dc22d1521412219b5 -r87c236112358ed9c229876a63816b5e14b17f2af --- lams_monitoring/web/emailnotifications/lessonNotifications5.jsp (.../lessonNotifications5.jsp) (revision 35dd47046a83ab2f9e80f76dc22d1521412219b5) +++ lams_monitoring/web/emailnotifications/lessonNotifications5.jsp (.../lessonNotifications5.jsp) (revision 87c236112358ed9c229876a63816b5e14b17f2af) @@ -42,7 +42,7 @@ iconSet: 'fontAwesomeSolid', url: "" + getSearchParams(), datatype: "json", - colNames:[''], + colNames:[''], colModel:[ {name:'name',index:'name', width:260, firstsortorder:'desc', sorttype: 'text'} ], @@ -86,8 +86,8 @@ $('#accordion .accordion-collapse').on('show.bs.collapse', function () { $("#emailButton").attr('value', - $(this).is("#nowDiv") ? '' - : ''); + $(this).is("#nowDiv") ? '' + : ''); }); $('#emailButton').click(function() { @@ -129,11 +129,11 @@ let showToast = window.parent.showToast; if (json.isSuccessfullySent) { - showToast(""); + showToast(""); } else if (json.isSuccessfullyScheduled) { - showToast(""); + showToast(""); } else { - showToast(""); + showToast(""); } } });