Index: lams_bb_integration/web/includes/javascript/openLamsPage.js =================================================================== RCS file: /usr/local/cvsroot/lams_bb_integration/web/includes/javascript/openLamsPage.js,v diff -u -r1.1 -r1.2 --- lams_bb_integration/web/includes/javascript/openLamsPage.js 21 Apr 2017 20:35:36 -0000 1.1 +++ lams_bb_integration/web/includes/javascript/openLamsPage.js 16 May 2017 09:26:15 -0000 1.2 @@ -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 {