Fix styling shot row when clicking on task
This commit is contained in:
@@ -88,7 +88,7 @@ function task_open(task_id, project_url)
|
||||
|
||||
if (ProjectUtils.context() == 'shot'){
|
||||
$('[id^="shot-"]').removeClass('active');
|
||||
$(this).parent().parent().addClass('active');
|
||||
$('#task-' + task_id).closest('.table-row').addClass('active');
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user