fix
This commit is contained in:
@@ -45,7 +45,11 @@
|
||||
function resendEmail(pending_practice_id) {
|
||||
// alert(pending_practice_id);
|
||||
|
||||
$('#transp_detail').html('Processing...');
|
||||
if(!confirm("Do you really want to resend the email to the new user?")) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$('#transp_detail').html('Starting...');
|
||||
$('#bremail' + pending_practice_id).prop('disabled', true);
|
||||
$.ajax({
|
||||
url: "/practice/resendEmail?proc=PROCESS&pending_practice_id=" + pending_practice_id
|
||||
@@ -56,6 +60,7 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
// -->
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user