This commit is contained in:
Yagami
2023-03-02 08:37:15 +08:00
parent 2e596f3907
commit 73b5269051
+1 -1
View File
@@ -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();