Added /attract/<project_url>/shots/<shot-id> endpoint

This commit is contained in:
2016-09-22 17:22:43 +02:00
parent f1dc2b2d06
commit 0767463ead
3 changed files with 13 additions and 7 deletions

View File

@@ -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();