mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-04 08:52:16 +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();
|
||||
|
||||
userProfileListener;
|
||||
finishUserSetupListener;
|
||||
userProfileListener();
|
||||
finishUserSetupListener();
|
||||
|
||||
loadInitialValuesForComboBoxes;
|
||||
loadInitialValuesForComboBoxes();
|
||||
|
||||
handleRequestingEntityFieldset;
|
||||
handleRequestingEntityFieldset();
|
||||
|
||||
initDomainsTable();
|
||||
initDomainRequestsTable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue