* Fix bug for task list.
This commit is contained in:
@@ -9,7 +9,7 @@ $(function()
|
||||
$td.find('a').eq(0).css('max-width', $td.width() - labelWidth - 60);
|
||||
});
|
||||
|
||||
toggleFold('#projectTaskForm', unfoldTasks, projectID, 'project');
|
||||
toggleFold('#projectTaskForm', unfoldTasks, executionID, 'project');
|
||||
});
|
||||
|
||||
$('#module' + moduleID).closest('li').addClass('active');
|
||||
|
||||
Reference in New Issue
Block a user