mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-13 04:59:59 +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) {
|
function handleValidationClick(e) {
|
||||||
const attribute = e.target.getAttribute("validate-for") || "";
|
const attribute = e.target.getAttribute("validate-for") || "";
|
||||||
if (!attribute.length) return;
|
if (!attribute.length) return;
|
||||||
|
|
||||||
const input = document.getElementById(attribute);
|
const input = document.getElementById(attribute);
|
||||||
runValidators(input);
|
runValidators(input);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue