mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-05-18 18:39:21 +02:00
Remove unused debounce
This commit is contained in:
parent
f82ce53345
commit
974c5f5a9e
1 changed files with 0 additions and 3 deletions
|
@ -154,9 +154,6 @@ function checkDomainAvailability(el) {
|
|||
fetchJSON(`available/?domain=${el.value}`, callback);
|
||||
}
|
||||
|
||||
/** Call the API to see if the domain is good. */
|
||||
// const checkDomainAvailability = debounce(_checkDomainAvailability);
|
||||
|
||||
/** Hides the toast message and clears the aira live region. */
|
||||
function clearDomainAvailability(el) {
|
||||
el.classList.remove('usa-input--success');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue