GWM
This commit is contained in:
parent
3b8783eff3
commit
2ba925f1c6
@ -194,12 +194,12 @@
|
||||
|
||||
if(JSON.parse(response).status == 'success'){
|
||||
$('#savedata').prop('disabled', false);
|
||||
toastr.success('Mail Send successfully ', 'Success');
|
||||
toastr.success('Mail Sent successfully ', 'Success');
|
||||
// window.location.href = '<?= base_url()."business_list"; ?>';
|
||||
|
||||
}else{
|
||||
$('#savedata').prop('disabled', true);
|
||||
toastr.warning('Please Check Mail Configuration', 'Warning');
|
||||
toastr.warning('Mail Sent Failed , Please Check Mail Configuration', 'Warning');
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user