EMAIL_REGEX complied and css updates

This commit is contained in:
Beverly Nguyen
2025-11-06 11:16:44 -08:00
parent 710d991579
commit f5ae07aa0c
4 changed files with 13 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
(function() {
(function(window) {
'use strict';
function scrollToElement(element, delay) {
@@ -65,4 +65,4 @@
window.OrganizationDashboard = {
highlightAndScrollToService: highlightAndScrollToService
};
})();
})(window);