mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-23 03:06:01 +02:00
Update src/registrar/assets/js/get-gov-admin.js
Co-authored-by: Rachid Mrad <107004823+rachidatecs@users.noreply.github.com>
This commit is contained in:
parent
7e2e75d105
commit
d0aff60db0
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ function handleSuborganizationFields(
|
|||
suborgCitySelector=".field-suborganization_city",
|
||||
suborgStateTerritorySelector=".field-suborganization_state_territory"
|
||||
) {
|
||||
// These dropdown arecselect2 fields so they must be interacted with via jquery
|
||||
// These dropdown are select2 fields so they must be interacted with via jquery
|
||||
const portfolioDropdown = django.jQuery(portfolioDropdownSelector)
|
||||
const suborganizationDropdown = django.jQuery(suborgDropdownSelector)
|
||||
const requestedSuborgField = document.querySelector(requestedSuborgFieldSelector);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue