Skip to content

Commit

Permalink
LMSA-7975 - added focus
Browse files Browse the repository at this point in the history
  • Loading branch information
iudsobiera committed Sep 22, 2023
1 parent 4a5d433 commit 7d1185e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/resources/templates/findParentCourse.html
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,12 @@ <h2 th:text="${findParentResult.statusMessage}" class="rvt-ts-18 rvt-text-bold r
resetCrosslisterLookupForms();
});

var resultsMessage = document.getElementById('results-message');

if (resultsMessage != null) {
resultsMessage.focus();
}

isCrosslisterLookupInitialLoad = false;
});

Expand Down

0 comments on commit 7d1185e

Please sign in to comment.