diff --git a/src/registrar/assets/js/get-gov.js b/src/registrar/assets/js/get-gov.js index 8aa74e4de..3b075c060 100644 --- a/src/registrar/assets/js/get-gov.js +++ b/src/registrar/assets/js/get-gov.js @@ -1955,7 +1955,7 @@ document.addEventListener('DOMContentLoaded', function() { * An IIFE that adds the default selection on comboboxes to the input field. * This is because this action doesn't get fired by the time the page loads */ -(function finishUserSetupListener() { +(function loadInitialValuesForComboBoxes() { document.addEventListener('DOMContentLoaded', (event) => { const comboBoxElements = document.querySelectorAll('.usa-combo-box'); comboBoxElements.forEach(comboBox => {