Index: lams_central/web/includes/javascript/main.js =================================================================== diff -u -r2e48a918c22150864aacb792f64f3103f61d3200 -r2bb977730eb38127921bd886690e679bfeab57a1 --- lams_central/web/includes/javascript/main.js (.../main.js) (revision 2e48a918c22150864aacb792f64f3103f61d3200) +++ lams_central/web/includes/javascript/main.js (.../main.js) (revision 2bb977730eb38127921bd886690e679bfeab57a1) @@ -547,7 +547,7 @@ 'open' : function() { var orgID = $(this).data('orgID'); // load contents after opening the dialog - $('iframe', this).attr('src', LAMS_URL + '/learning/kumalive.do?method=getRubrics&organisationID=' + orgID); + $('iframe', this).attr('src', LAMS_URL + 'learning/kumalive/getRubrics.do?organisationID=' + orgID); } }, false); } @@ -564,7 +564,7 @@ 'open' : function() { var orgID = $(this).data('orgID'); // load contents after opening the dialog - $('iframe', this).attr('src', LAMS_URL + '/learning/kumalive.do?method=getReport&organisationID=' + orgID); + $('iframe', this).attr('src', LAMS_URL + 'learning/kumalive/getReport.do?organisationID=' + orgID); } }, false); }