Index: lams_central/web/includes/javascript/addLesson.js =================================================================== diff -u -r7475d08afc280b5e2e5ddf04e8bf35e3166aaf80 -r388b3abd9fd8b750b4fbb12028fa856a0a11249e --- lams_central/web/includes/javascript/addLesson.js (.../addLesson.js) (revision 7475d08afc280b5e2e5ddf04e8bf35e3166aaf80) +++ lams_central/web/includes/javascript/addLesson.js (.../addLesson.js) (revision 388b3abd9fd8b750b4fbb12028fa856a0a11249e) @@ -406,9 +406,8 @@ var previewButton = $('#previewButton').button('loading'); // initialize, create and enter the preview lesson $.ajax({ - url : LAMS_URL + 'monitoring/monitoring.do', + url : LAMS_URL + 'monitoring/monitoring/initializeLesson.do', data : { - 'method' : 'initializeLesson', 'learningDesignID' : ldNode.data.learningDesignId, 'copyType' : 3, 'lessonName' : LABEL_PREVIEW_LESSON_DEFAULT_TITLE @@ -423,10 +422,9 @@ } $.ajax({ - url : LAMS_URL + 'monitoring/monitoring.do', + url : LAMS_URL + 'monitoring/monitoring/startPreviewLesson.do', data : { - 'method' : 'startPreviewLesson', - 'lessonID' : lessonID +s 'lessonID' : lessonID }, cache : false, dataType : 'text',