[build] /static

This commit is contained in:
Alexandre Flament 2021-11-05 12:45:15 +01:00
parent c00e54d61b
commit 558e0c3241
13 changed files with 81 additions and 57 deletions

View file

@ -21,6 +21,7 @@
autocompleter: script.getAttribute('data-autocompleter') === 'true',
search_on_category_select: script.getAttribute('data-search-on-category-select') === 'true',
infinite_scroll: script.getAttribute('data-infinite-scroll') === 'true',
hotkeys: script.getAttribute('data-hotkeys') === 'true',
static_path: script.getAttribute('data-static-path'),
translations: JSON.parse(script.getAttribute('data-translations')),
};