Index: lams_central/web/includes/javascript/orgGrouping.js =================================================================== diff -u -r76986ed39cc2a2f0ca8e98ea1d8f2e36fed03903 -r13cd8595fb86af7d13c9c74410a47527c7498922 --- lams_central/web/includes/javascript/orgGrouping.js (.../orgGrouping.js) (revision 76986ed39cc2a2f0ca8e98ea1d8f2e36fed03903) +++ lams_central/web/includes/javascript/orgGrouping.js (.../orgGrouping.js) (revision 13cd8595fb86af7d13c9c74410a47527c7498922) @@ -11,7 +11,7 @@ } } -function showGroups(groupingId, force) { +function viewGroups(groupingId, force) { var url = LAMS_URL + 'OrganisationGroup.do?method=viewGroups&organisationID=' + organisationId; if (lessonId) { @@ -92,7 +92,7 @@ // LAMS can reply 200 even if there is an error, so we need OK response if (response == 'OK') { // go straight to branching groups for final check - showGroups(groupingId, true); + viewGroups(groupingId, true); } } });