mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-15 05:54:11 +02:00
Linting and cleanup
This commit is contained in:
parent
44b8163422
commit
0feb0a7ef8
2 changed files with 3 additions and 3 deletions
|
@ -830,7 +830,7 @@ function initializeWidgetOnList(list, parentId) {
|
|||
if (data.error) {
|
||||
// Clear the field if the SO doesn't exist
|
||||
$seniorOfficial.val("").trigger("change");
|
||||
console.error('Error in AJAX call: ' + data.error);
|
||||
console.error("Error in AJAX call: " + data.error);
|
||||
return;
|
||||
}
|
||||
|
||||
|
@ -853,7 +853,7 @@ function initializeWidgetOnList(list, parentId) {
|
|||
$seniorOfficial.append(userOption).trigger("change");
|
||||
}
|
||||
})
|
||||
.catch(error => console.error('Error fetching senior official:', error));
|
||||
.catch(error => console.error("Error fetching senior official: ", error));
|
||||
}
|
||||
|
||||
function handleStateTerritoryChange(stateTerritory, urbanizationField) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue