mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +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)
|
validateFormsetInputs(e, alternativeDomainsAvailability)
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
button.addEventListener('click', validateField);
|
button.addEventListener('click', validateFieldInput);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue