Add shot status indicator on the left
This commit is contained in:
@@ -69,8 +69,8 @@ function shot_open(shot_id, project_url) {
|
||||
|
||||
$('#col_right .col_header span.header_text').text('Shot details');
|
||||
|
||||
$('#shot-list').find('a').removeClass('active');
|
||||
$('#shot-link' + shot_id).addClass('active');
|
||||
$('[id^="shot-"]').removeClass('active');
|
||||
$('#shot-' + shot_id).addClass('active');
|
||||
|
||||
var shot_url = '/attract/' + project_url + '/shots/' + shot_id;
|
||||
console.log('shot_url is ' + shot_url);
|
||||
|
Reference in New Issue
Block a user