mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-14 05:29:43 +02:00
Fix function calls
This commit is contained in:
parent
80f42271d0
commit
de76280a72
1 changed files with 4 additions and 4 deletions
|
@ -30,12 +30,12 @@ hookupYesNoListener("additional_details-has_cisa_representative",'cisa-represent
|
||||||
|
|
||||||
initializeUrbanizationToggle();
|
initializeUrbanizationToggle();
|
||||||
|
|
||||||
userProfileListener;
|
userProfileListener();
|
||||||
finishUserSetupListener;
|
finishUserSetupListener();
|
||||||
|
|
||||||
loadInitialValuesForComboBoxes;
|
loadInitialValuesForComboBoxes();
|
||||||
|
|
||||||
handleRequestingEntityFieldset;
|
handleRequestingEntityFieldset();
|
||||||
|
|
||||||
initDomainsTable();
|
initDomainsTable();
|
||||||
initDomainRequestsTable();
|
initDomainRequestsTable();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue