CHANGE_BDS
This commit is contained in:
parent
f19d36735d
commit
e05a3709d0
@ -5096,6 +5096,8 @@ function getVehicleFormData() {
|
|||||||
console.error('Error fetching data:', error);
|
console.error('Error fetching data:', error);
|
||||||
console.error(xhr.responseText);
|
console.error(xhr.responseText);
|
||||||
toastr.error('An error occurred while checking the CD amount.', 'ERROR');
|
toastr.error('An error occurred while checking the CD amount.', 'ERROR');
|
||||||
|
$('.loader').fadeOut();
|
||||||
|
$('.loader-mask').delay(350).fadeOut('slow');
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -5152,6 +5154,9 @@ function getClientFormData() {
|
|||||||
console.error('Error fetching data:', error);
|
console.error('Error fetching data:', error);
|
||||||
console.error(xhr.responseText);
|
console.error(xhr.responseText);
|
||||||
toastr.error('An error occurred while checking the CD amount.', 'ERROR');
|
toastr.error('An error occurred while checking the CD amount.', 'ERROR');
|
||||||
|
$('.loader').fadeOut();
|
||||||
|
$('.loader-mask').delay(350).fadeOut('slow');
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user