mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-05 17:28:31 +02:00
Update spacing
This commit is contained in:
parent
694ae50e34
commit
29af5d4ac6
1 changed files with 0 additions and 1 deletions
|
@ -206,7 +206,6 @@ function handleInputValidation(e) {
|
|||
function handleValidationClick(e) {
|
||||
const attribute = e.target.getAttribute("validate-for") || "";
|
||||
if (!attribute.length) return;
|
||||
|
||||
const input = document.getElementById(attribute);
|
||||
runValidators(input);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue