summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searxng.head.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-11-05 12:45:15 +0100
committerAlexandre Flament <alex@al-f.net>2021-11-05 12:45:15 +0100
commit558e0c32419d9e3f78e543fea7c51b295f24c245 (patch)
tree474814ffa753995d05a7a92be40aa9377f3ce39e /searx/static/themes/simple/js/searxng.head.js
parentc00e54d61b71bf03e47e3c1c5b58f6b520d18d9b (diff)
[build] /static
Diffstat (limited to 'searx/static/themes/simple/js/searxng.head.js')
-rw-r--r--searx/static/themes/simple/js/searxng.head.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/searx/static/themes/simple/js/searxng.head.js b/searx/static/themes/simple/js/searxng.head.js
index 4406b764e..d359a9174 100644
--- a/searx/static/themes/simple/js/searxng.head.js
+++ b/searx/static/themes/simple/js/searxng.head.js
@@ -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')),
};