* fix a bug : planID is undefined in create page.

This commit is contained in:
xia0ta0
2013-08-01 15:08:05 +08:00
parent 1de3a97b32
commit 842ba1cf4a
+1
View File
@@ -171,6 +171,7 @@ function loadProjectStories(projectID)
*/
function loadProductPlans(productID)
{
if(typeof(planID) == 'undefined') planID = 0;
link = createLink('productplan', 'ajaxGetPlans', 'productID=' + $('#product').val() + '&planID=' + planID);
$('#planIdBox').load(link, function(){$('#story').chosen({no_results_text:noResultsMatch});});
}