Merge branch 'master' of git@github.com:easysoft/zentaopms

This commit is contained in:
wwccss
2014-03-12 17:06:28 +08:00
106 changed files with 618 additions and 378 deletions
+2 -1
View File
@@ -89,9 +89,10 @@ function setStories(moduleID, projectID)
$.get(link, function(stories)
{
var storyID = $('#story').val();
if(!stories) stories = '<select id="story" name="story"></select>';
if(!stories) stories = '<select id="story" name="story" class="select-1"></select>';
$('#story').replaceWith(stories);
$('#story').val(storyID);
setPreview();
$('#story_chzn').remove();
$("#story").chosen({no_results_text: ''});
});