* Remove useless codes.

This commit is contained in:
daitingting
2023-10-07 08:50:48 +00:00
parent 7721324364
commit d86fe1be56
4 changed files with 0 additions and 10 deletions
-2
View File
@@ -734,7 +734,6 @@ function setBranchRelated(event)
{
var planID = $('#plans_' + num).val();
var planLink = $.createLink('product', 'ajaxGetPlans', 'productID=' + productID + '&branch=' + branchID + '&planID=' + planID + '&fieldID=' + num + '&needCreate=false&expired=&param=skipParent');
$.ajaxSettings.async = false;
$('#plans_' + num).parent('td').load(planLink, function()
{
var firstBugID = $('.table-form tbody').first('tr').find('input[id^=bugIDList]').val();
@@ -747,7 +746,6 @@ function setBranchRelated(event)
});
}
});
$.ajaxSettings.async = true;
}
}