Index: lams_central/web/includes/javascript/orgGroup.js =================================================================== diff -u -raf507c977983918438951ba8c52c4944a74dfc00 -radca50220a7d8b2e43c166ff51dd7e2d22e720e8 --- lams_central/web/includes/javascript/orgGroup.js (.../orgGroup.js) (revision af507c977983918438951ba8c52c4944a74dfc00) +++ lams_central/web/includes/javascript/orgGroup.js (.../orgGroup.js) (revision adca50220a7d8b2e43c166ff51dd7e2d22e720e8) @@ -623,5 +623,10 @@ $("#span-tooltip", saveAsCourseGroupingDialog).removeClass("alert-danger").text(LABELS.ENTER_COURSE_GROUPING_NAME_LABEL); $('#dialog-course-grouping-name', saveAsCourseGroupingDialog).removeClass("alert alert-danger"); } + + //scroll to the botom of the page on opening Advanced settings + $('#accordionAdvanced').on('shown.bs.collapse', function () { + $("html, body").animate({ scrollTop: 170 }, 1000); + }); }); \ No newline at end of file