This commit is contained in:
wangyidong
2014-08-26 06:54:09 +00:00
parent 3aa0e9cb26
commit 2af11bc067
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ $(document).ready(function()
}
}
}
link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&moduleID=' + module + '&storyID='+ $(this).val() + '&onlyOption=true');
link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&moduleID=' + module + '&storyID='+ $(this).val() + '&onlyOption=true&status=noclosed');
$('#story' + index).load(link, function(){$(this).trigger("chosen:updated");});
}
if($(select).val() == 'same')