mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 00:12:16 +02:00
Remove some comments to check for deployment
This commit is contained in:
parent
5f89cddd93
commit
05b9be3145
1 changed files with 1 additions and 3 deletions
|
@ -657,7 +657,7 @@ function hideDeletedForms() {
|
|||
});
|
||||
}
|
||||
|
||||
// Checks for if we want to display Urbanization or not
|
||||
// Checks for if we want to display Urbanization or not
|
||||
document.addEventListener('DOMContentLoaded', function() {
|
||||
var stateTerritoryField = document.querySelector('select[name="organization_contact-state_territory"]');
|
||||
|
||||
|
@ -681,10 +681,8 @@ function setupUrbanizationToggle(stateTerritoryField) {
|
|||
}
|
||||
}
|
||||
|
||||
// Initial check
|
||||
toggleUrbanizationField();
|
||||
|
||||
// Add event listener for changes
|
||||
stateTerritoryField.addEventListener('change', toggleUrbanizationField);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue