Update src/registrar/assets/src/js/getgov/main.js

Co-authored-by: zandercymatics <141044360+zandercymatics@users.noreply.github.com>
This commit is contained in:
Rachid Mrad 2024-11-26 11:29:07 -05:00 committed by GitHub
parent 03d3d109dc
commit 3b091b0dc3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();