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(""); } } }); Index: lams_monitoring/web/emailnotifications/lessonNotifications.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/emailnotifications/lessonNotifications.jsp,v diff -u -r1.7 -r1.8 --- lams_monitoring/web/emailnotifications/lessonNotifications.jsp 17 Oct 2012 09:08:19 -0000 1.7 +++ lams_monitoring/web/emailnotifications/lessonNotifications.jsp 25 Jan 2013 14:44:42 -0000 1.8 @@ -133,11 +133,11 @@ type: 'post', success: function (json) { if (json.isSuccessfullySent) { - alert(''); + alert(""); } else if (json.isSuccessfullyScheduled) { - alert(''); + alert(""); } else { - alert(''); + alert(""); } } });