* fix a bug : merge ajaxGetPlans function.

This commit is contained in:
xia0ta0
2013-08-01 15:14:18 +08:00
parent 842ba1cf4a
commit a8de10fa94
+2 -1
View File
@@ -172,9 +172,10 @@ function loadProjectStories(projectID)
function loadProductPlans(productID)
{
if(typeof(planID) == 'undefined') planID = 0;
link = createLink('productplan', 'ajaxGetPlans', 'productID=' + $('#product').val() + '&planID=' + planID);
link = createLink('product', 'ajaxGetPlans', 'productID=' + $('#product').val() + '&planID=' + planID);
$('#planIdBox').load(link, function(){$('#story').chosen({no_results_text:noResultsMatch});});
}
/**
* Load builds of a project.
*