EMAIL_REGEX complied and css updates

This commit is contained in:
Beverly Nguyen
2025-11-07 07:23:01 -05:00
committed by Alex Janousek
parent a65dbb6550
commit d7e5a61142
3 changed files with 5 additions and 7 deletions
@@ -1,4 +1,4 @@
(function() {
(function(window) {
'use strict';
function scrollToElement(element, delay) {
@@ -65,4 +65,4 @@
window.OrganizationDashboard = {
highlightAndScrollToService: highlightAndScrollToService
};
})();
})(window);