* code for task #7600.

This commit is contained in:
z
2020-08-05 16:33:57 +08:00
parent e81a736150
commit ae84a5dc24
14 changed files with 131 additions and 24 deletions
+1
View File
@@ -30,6 +30,7 @@ function setStories(moduleID, projectID, num)
}
var chosenWidth = $("#story" + num + "_chosen").css('max-width');
$("#story" + num + "_chosen").remove();
$("#story" + num).next('.picker').remove();
$("#story" + num).chosen();
$("#story" + num + "_chosen").width(chosenWidth).css('max-width', chosenWidth);
});