mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-06 01:35:22 +02:00
Update src/registrar/assets/src/js/getgov/main.js
Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
parent
03d3d109dc
commit
3b091b0dc3
1 changed files with 3 additions and 4 deletions
|
@ -17,8 +17,8 @@ initFormsetsForms();
|
|||
triggerModalOnDsDataForm();
|
||||
nameserversFormListener();
|
||||
|
||||
hookupYesNoListener("other_contacts-has_other_contacts",'other-employees', 'no-other-employees')
|
||||
hookupYesNoListener("additional_details-has_anything_else_text",'anything-else', null)
|
||||
hookupYesNoListener("other_contacts-has_other_contacts",'other-employees', 'no-other-employees');
|
||||
hookupYesNoListener("additional_details-has_anything_else_text",'anything-else', null);
|
||||
hookupRadioTogglerListener(
|
||||
'member_access_level',
|
||||
{
|
||||
|
@ -26,8 +26,7 @@ hookupRadioTogglerListener(
|
|||
'basic': 'new-member-basic-permissions'
|
||||
}
|
||||
);
|
||||
hookupYesNoListener("additional_details-has_cisa_representative",'cisa-representative', null)
|
||||
|
||||
hookupYesNoListener("additional_details-has_cisa_representative",'cisa-representative', null);
|
||||
initializeUrbanizationToggle();
|
||||
|
||||
userProfileListener();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue