Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -r388b3abd9fd8b750b4fbb12028fa856a0a11249e -r7d6fd182d6d5b04cb83bbbf53db25160f172d53f --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 388b3abd9fd8b750b4fbb12028fa856a0a11249e) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 7d6fd182d6d5b04cb83bbbf53db25160f172d53f) @@ -551,7 +551,7 @@ var dialog = $(this); // load contents after opening the dialog $('iframe', dialog).attr('src', - LAMS_URL + 'emailUser/composeMail.do?lessonID=' + lessonId + LAMS_URL + 'emailUser.do?method=composeMail&lessonID=' + lessonId + '&userID=' + userId); }, 'close' : function(){ @@ -568,7 +568,7 @@ if (checked) { $.ajax({ dataType : 'text', - url : LAMS_URL + 'learning/learner/getPresenceChatActiveUserCount.do', + url : LAMS_URL + 'learning/learner.do?method=getPresenceChatActiveUserCount', cache : false, data : { 'lessonID' : lessonId @@ -1145,7 +1145,7 @@ // fetch SVG just once, since it is immutable $.ajax({ dataType : 'text', - url : LAMS_URL + 'home/getLearningDesignThumbnail.do', + url : LAMS_URL + 'home.do?method=getLearningDesignThumbnail', async : false, cache : false, data : { @@ -1173,7 +1173,7 @@ // run the whole fetch again updateSequenceTab(); }).attr('src', LAMS_URL - + 'authoring/author/generateSVG.do?selectable=false&learningDesignID=' + ldId).attr('width',0).attr('height',0).attr('style','border: 0px'); + + 'authoring/author.do?method=generateSVG&selectable=false&learningDesignID=' + ldId).attr('width',0).attr('height',0).attr('style','border: 0px'); } });