diff --git a/templates/files.html b/templates/files.html index 697423f..f1c328f 100644 --- a/templates/files.html +++ b/templates/files.html @@ -15,6 +15,11 @@ p.icon_url = '{{p.icon_url}}' move_paths.push(p) {% endfor %} + + document.OPT = '{{OPT}}' + document.entries = '{{entry_data}}' + document.how_many = '{{OPT.how_many}}' + document.entries_len = '{{entry_data|length}}'