* fix a bug in task#1592.

This commit is contained in:
xia0ta0
2013-07-25 10:31:17 +08:00
parent 91fd958016
commit 507863a09d
+1 -1
View File
@@ -17,7 +17,7 @@ $(document).ready(function()
}
}
}
link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&moduleID=' + module + '&storyID=0&onlyOption=true');
link = createLink('story', 'ajaxGetProductStories', 'productID=' + productID + '&moduleID=' + module + '&storyID='+ $(this).val() + '&onlyOption=true');
$(this).load(link, function()
{
$('#story' + index).trigger("liszt:updated");