From 76713e85cc59b155ae9d047410bef5f46561206b Mon Sep 17 00:00:00 2001 From: zandercymatics <141044360+zandercymatics@users.noreply.github.com> Date: Mon, 22 Jul 2024 13:13:45 -0600 Subject: [PATCH] Update get-gov.js --- src/registrar/assets/js/get-gov.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 => {