mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Update get-gov.js
This commit is contained in:
parent
682a2c423c
commit
76713e85cc
1 changed files with 1 additions and 1 deletions
|
@ -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 => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue