Add ttl_options to templates

This commit is contained in:
Robert Kerr
2018-11-28 20:09:33 +00:00
parent c456aa2e7a
commit 976742c54e
2 changed files with 3 additions and 1 deletions

View File

@ -92,6 +92,7 @@
<script>
// superglobals
window.records_allow_edit = {{ editable_records|tojson }};
window.ttl_options = {{ ttl_options|tojson }};
window.nEditing = null;
window.nNew = false;