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