Index: lams_central/web/includes/javascript/orgGrouping.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/orgGrouping.js,v diff -u -r1.2.2.3 -r1.2.2.4 --- lams_central/web/includes/javascript/orgGrouping.js 17 Jun 2016 11:19:03 -0000 1.2.2.3 +++ lams_central/web/includes/javascript/orgGrouping.js 31 Oct 2016 16:16:34 -0000 1.2.2.4 @@ -1,9 +1,5 @@ var gtbDialog = null; -$(document).ready(function() { - $(".ui-button").button(); -}); - function removeGrouping(groupingId) { if (!lessonMode && confirm(LABELS.REMOVE_GROUPING_CONFIRM_LABEL)) { document.location.href = "OrganisationGroup.do?method=removeGrouping&organisationID=" @@ -12,8 +8,7 @@ } function viewGroups(groupingId, force) { - var url = LAMS_URL + 'OrganisationGroup.do?method=viewGroups&organisationID=' - + organisationId; + var url = LAMS_URL + 'OrganisationGroup.do?method=viewGroups&organisationID=' + organisationId; if (lessonId) { url += '&lessonID=' + lessonId; } @@ -35,7 +30,7 @@ } } else { // load to dialog - window.parent.showOrgGroupDialogContents(null, 880, 500, url); + window.parent.showOrgGroupDialog(url); } } /**