Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== diff -u -rd78b17ae7328f22f9e9425434ec68c06511013ad -r328b2d5068eb7b9c271f43e55b3f19a05733312b --- lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision d78b17ae7328f22f9e9425434ec68c06511013ad) +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 328b2d5068eb7b9c271f43e55b3f19a05733312b) @@ -145,7 +145,7 @@ scheduleDate = (scheduleDate == null) ? "" : scheduleDate.getTime(); $.ajax({ async: false, - url: '', + url: '?', data: "emailBody=" + emailBody + params, dataType: 'json', type: 'post',