* Fix bug for task list.

This commit is contained in:
holan20180123
2021-01-15 11:06:14 +08:00
parent 7b5ea8ebb8
commit 5f520092ba
+1 -1
View File
@@ -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');