Index: lams_monitoring/web/emailnotifications/courseNotifications.jsp =================================================================== diff -u -r0c9ec89b9e6a51870b94ebc331be46d706c99d69 -r2e52631e8d9ec49424ba74b3a003226e2d4302fb --- lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 0c9ec89b9e6a51870b94ebc331be46d706c99d69) +++ lams_monitoring/web/emailnotifications/courseNotifications.jsp (.../courseNotifications.jsp) (revision 2e52631e8d9ec49424ba74b3a003226e2d4302fb) @@ -76,13 +76,11 @@ //initialize datetimepicker $("#datePicker").datetimepicker(); - debugger; //initialize accordion $( "#accordion" ).accordion({ create: function(event, ui) { // accordion probably sets its height based on empty grid // once it is loaded, it needs to be adjusted - debugger; $('div.ui-accordion-content').css('height', '100%'); }, activate: function(event, ui) { @@ -121,7 +119,6 @@ $('#emailButton').click(function() { - debugger; var isInstantEmailing = ($('#accordion').accordion('option', 'active') == 0); var ids = jQuery("#list3").getGridParam('selarrrow'); var params = "";