Index: lams_monitoring/web/emailnotifications/lessonNotifications.jsp
===================================================================
diff -u -rd2409c3d28d11758b30897615477abbe98394940 -r53a14ad800e0d596939e9f6c83e2f79e82def267
--- lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision d2409c3d28d11758b30897615477abbe98394940)
+++ lams_monitoring/web/emailnotifications/lessonNotifications.jsp (.../lessonNotifications.jsp) (revision 53a14ad800e0d596939e9f6c83e2f79e82def267)
@@ -133,11 +133,11 @@
type: 'post',
success: function (json) {
if (json.isSuccessfullySent) {
- alert('');
+ alert("");
} else if (json.isSuccessfullyScheduled) {
- alert('');
+ alert("");
} else {
- alert('');
+ alert("");
}
}
});