Skip to content
Snippets Groups Projects
Commit 1369f7a3 authored by Marco De Donno's avatar Marco De Donno
Browse files

Add the link to open the segment update page link to the tenprint page

parent b1b6ca2b
No related branches found
No related tags found
No related merge requests found
......@@ -361,6 +361,13 @@
$( '#box_filename' ).text( filename );
$( '#file_note' ).text( note );
{% for zone in zones %}
$( "#pc_{{ zone[ 'pc' ] }}" ).on( 'click', function()
{
window.location = "{{ url_for( 'submission_segment', id = submission_id, tid = file[ 'uuid' ], pc = zone[ 'pc' ] ) }}";
} );
{% endfor %}
$( '#delete_button' ).on( 'click', delete_tenprint );
$( "#file_{{ file[ 'uuid' ] }}_template > select" ).on( 'change', update_template_db );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment