Skip to content

Commit

Permalink
SITES-26450 - Accessibility Issues with AEM Core Components (Form) - …
Browse files Browse the repository at this point in the history
…WCAG 2.1 Compliance

 * fixed formatting
  • Loading branch information
LSantha committed Feb 20, 2025
1 parent 935dc76 commit 68bdb43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
};

function onDocumentReady() {
var validationMessages = document.querySelectorAll(selectors.validationMessage);
var validationMessages = document.querySelectorAll(selectors.validationMessage);
if (validationMessages && validationMessages.length > 0) {
displayValidationMessage = true;
}
Expand Down

0 comments on commit 68bdb43

Please sign in to comment.