* adjust for init story for batch create task.

This commit is contained in:
王怡栋
2022-03-22 10:53:26 +08:00
parent ffae3aa899
commit ff30f9fa2f

View File

@@ -266,7 +266,7 @@ $(function()
if($.cookie('zeroTask') == 'true') toggleZeroTaskStory();
markStoryTask();
if(storyID != 0) setStoryRelated(1);
if(storyID != 0) setStoryRelated($('#batchCreateForm table tbody tr:first [id^=story]:first').attr('id').replace('story', ''));
$(document).keydown(function(event)
{