Merge pull request #409 from rkerr/ttl_config

Add ttl_options setting
This commit is contained in:
Khanh Ngo
2018-11-29 09:54:05 +07:00
committed by GitHub
6 changed files with 39 additions and 9 deletions

View File

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

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;