mirror of
https://github.com/searxng/searxng.git
synced 2025-08-02 18:12:21 +02:00
[build] /static
This commit is contained in:
parent
c00e54d61b
commit
558e0c3241
13 changed files with 81 additions and 57 deletions
|
@ -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')),
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue