Index: lams_central/web/includes/javascript/main.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/Attic/main.js,v diff -u -r1.1.2.7 -r1.1.2.8 --- lams_central/web/includes/javascript/main.js 31 Oct 2016 16:16:34 -0000 1.1.2.7 +++ lams_central/web/includes/javascript/main.js 2 Nov 2016 07:02:52 -0000 1.1.2.8 @@ -550,7 +550,6 @@ 'modal' : false, 'title' : LABELS.GRADEBOOK_COURSE_TITLE, 'open' : function() { - var orgID = $(this).dialog('option', 'orgID'); // load contents after opening the dialog $('iframe', this).attr('src', LAMS_URL + 'gradebook/gradebookMonitoring.do?dispatch=courseMonitor&organisationID=' + orgID);