Fix styling shot row when clicking on task

This commit is contained in:
2016-11-03 16:07:39 +01:00
parent 256647f0f5
commit 74b14f1154

View File

@@ -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');
}
}