* finish task #2050.

This commit is contained in:
wangyidong
2014-08-18 09:02:04 +00:00
parent 7681375b68
commit de50683bc3
3 changed files with 26 additions and 15 deletions
+1
View File
@@ -37,6 +37,7 @@ function setStoryRelated(num)
$.get(link, function(moduleID)
{
$('#module' + num).val(moduleID);
$('#module' + num).trigger("chosen:updated");
});
}
}