Added /attract/<project_url>/shots/<shot-id> endpoint
This commit is contained in:
@@ -62,6 +62,9 @@ script.
|
||||
{% if open_task_id %}
|
||||
$(function() { task_open('{{ open_task_id }}', '{{ project.url }}'); });
|
||||
{% endif %}
|
||||
{% if open_shot_id %}
|
||||
$(function() { shot_open('{{ open_shot_id }}', '{{ project.url }}'); });
|
||||
{% endif %}
|
||||
|
||||
$('.table-head .table-cell span').on('click', function(e){
|
||||
e.stopPropagation();
|
||||
|
Reference in New Issue
Block a user