* Adjust code style of bug module.
This commit is contained in:
@@ -665,8 +665,11 @@ function setBranchRelated(branchID, productID, num)
|
||||
|
||||
if(config.currentMethod == 'batchedit')
|
||||
{
|
||||
planID = $('#plans' + num).val();
|
||||
planID = $('#plans' + num).val();
|
||||
planLink = createLink('product', 'ajaxGetPlans', 'productID=' + productID + '&branch=' + branchID + '&planID=' + planID + '&fieldID=' + num + '&needCreate=false&expired=¶m=skipParent');
|
||||
$('#plans' + num).parent('td').load(planLink, function(){$('#plans' + num).chosen();});
|
||||
$('#plans' + num).parent('td').load(planLink, function()
|
||||
{
|
||||
$('#plans' + num).chosen();
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user