Index: lams_gradebook/web/gradebookCourseLearner.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_gradebook/web/gradebookCourseLearner.jsp,v
diff -u -r1.1.2.3 -r1.1.2.4
--- lams_gradebook/web/gradebookCourseLearner.jsp 15 Apr 2009 07:40:21 -0000 1.1.2.3
+++ lams_gradebook/web/gradebookCourseLearner.jsp 21 Apr 2009 06:39:49 -0000 1.1.2.4
@@ -58,7 +58,7 @@
],
loadError: function(xhr,st,err) {
jQuery("#organisationGrid").clearGridData();
- alert('');
+ info_dialog('', '', '');
},
subGrid: true,
subGridRowExpanded: function(subgrid_id, row_id) {
@@ -97,7 +97,7 @@
],
loadError: function(xhr,st,err) {
jQuery("#"+subgrid_table_id).clearGridData();
- alert('');
+ info_dialog('', '', '');
},
gridComplete: function(){
toolTip($(".jqgrow"));