diff --git a/module/programplan/js/edit.js b/module/programplan/js/edit.js index fd3a453708..c2a243fa1f 100644 --- a/module/programplan/js/edit.js +++ b/module/programplan/js/edit.js @@ -2,7 +2,7 @@ function changeParentStage(stageID) { $.get(createLink('programplan', 'ajaxGetAttribute', 'stageID=' + stageID + '&attribute=' + plan.attribute), function(attribute) { - $('#attributeType th + td').html(attribute); + $('#attributeType td:first').html(attribute); $("#attribute" + "_chosen").remove(); $("#attribute").next('.picker').remove(); $("#attribute").chosen();