mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-03 08:22:18 +02:00
Fix naming bug
This commit is contained in:
parent
d2f6988bd8
commit
7d2f4f7f4e
1 changed files with 1 additions and 1 deletions
|
@ -257,7 +257,7 @@ function validateFormsetInputs(e, availabilityButton) {
|
|||
validateFormsetInputs(e, alternativeDomainsAvailability)
|
||||
});
|
||||
} else {
|
||||
button.addEventListener('click', validateField);
|
||||
button.addEventListener('click', validateFieldInput);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue