long WrenchPromoAssignTask( CVars in, CVars &out )
This commit is contained in:
@@ -138,14 +138,13 @@
|
||||
// debugger;
|
||||
|
||||
alert(link_id);
|
||||
// $('#result_box').html('Loading...');
|
||||
$('#result_action_box').html('Loading...');
|
||||
$('#action_button').prop('disabled', true);
|
||||
$.ajax({
|
||||
url: "/viewRefMemberSendTask?proc=TRANSDETAIL&link_id="+link_id
|
||||
}).done(function (data) {
|
||||
// $('#result_box').html(data);
|
||||
$('#result_action_box').html(data);
|
||||
$('#action_button').prop('disabled', false);
|
||||
|
||||
});
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user