Index: lams_central/web/main.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_central/web/main.jsp,v
diff -u -r1.58 -r1.59
--- lams_central/web/main.jsp 19 Mar 2013 12:16:22 -0000 1.58
+++ lams_central/web/main.jsp 26 Mar 2013 18:24:02 -0000 1.59
@@ -122,7 +122,7 @@
'hide' : 'fold',
'open' : function(){
// load contents after opening the dialog
- $('#addLessonFrame').attr('src', 'home.do?method=addLesson&organisationID='
+ $('#addLessonFrame').prop('src', 'home.do?method=addLesson&organisationID='
+ $(this).dialog('option', 'orgID'));
},
'close' : function() {
@@ -145,7 +145,7 @@
'hide' : 'fold',
'open' : function(){
// load contents after opening the dialog
- $('#monitorFrame').attr('src', 'monitoring/monitoring.do?method=monitorLesson&lessonID='
+ $('#monitorFrame').prop('src', 'monitoring/monitoring.do?method=monitorLesson&lessonID='
+ $(this).dialog('option', 'lessonID'));
},
'close' : function() {