Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/emailnotifications/courseNotifications.jsp,v diff -u -r1.9 -r1.10 --- lams_monitoring/web/emailnotifications/courseNotifications.jsp 7 Jan 2013 08:43:12 -0000 1.9 +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp 25 Jan 2013 14:44:42 -0000 1.10 @@ -154,11 +154,11 @@ type: 'post', success: function (json) { if (json.isSuccessfullySent) { - alert(''); + alert(""); } else if (json.isSuccessfullyScheduled) { - alert(''); + alert(""); } else { - alert(''); + alert(""); } } });