wip write video chapters

This commit is contained in:
Mike Ng
2018-03-19 17:52:57 +04:00
parent 4b0292619b
commit 4a6bac8546
3 changed files with 31 additions and 0 deletions

View File

@@ -358,6 +358,7 @@
var toolsConfig = {
selectionLength: {{ selectionLength }},
databaseId: {% if selectionLength == 1%}{{record.get_base_id}}{% else %}0{% endif %},
databoxId: {% if selectionLength == 1 %}{{ record.get_sbas_id() }}{% else %}0{% endif %},
recordId: {% if selectionLength == 1%}{{record.get_record_id}}{% else %}0{% endif %},
translations: {
alertTitle: '{{ "alert" | trans }}',