Index: lams_bb_integration/web/includes/javascript/openLamsPage.js =================================================================== diff -u -r8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4 -rbcde27583897643e41d2639179fb84da08745102 --- lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision 8fc1a1bffe5907d6f05f859a8f1cb5b2b62709c4) +++ lams_bb_integration/web/includes/javascript/openLamsPage.js (.../openLamsPage.js) (revision bcde27583897643e41d2639179fb84da08745102) @@ -1,6 +1,6 @@ // Open the LAMS Seuence Author Window -function openAuthor() { - var authorUrl = '../openLamsPage?method=openAuthor'; +function openAuthor(courseId) { + var authorUrl = '../openLamsPage?method=openAuthor&course_id=' + courseId; if(authorWin && !authorWin.closed) { try {