summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.head.js
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-16 11:07:04 +0100
committerAlexandre Flament <alex@al-f.net>2021-03-16 11:22:21 +0100
commit6553c7902925809fd1cbc904dd08db035466a6b2 (patch)
treeb19fa74d6027dd64bd9f3b04b3b71f627940d20b /searx/static/themes/simple/js/searx.head.js
parentcb3b379161e3351d4829b2e37478125582b9fc08 (diff)
[mod] replace /translations.js by embedded JSON
In webapp.py, there is a new function "get_translations" lists available translations Close #2064
Diffstat (limited to 'searx/static/themes/simple/js/searx.head.js')
-rw-r--r--searx/static/themes/simple/js/searx.head.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/simple/js/searx.head.js b/searx/static/themes/simple/js/searx.head.js
index 3ac61c8ae..e6964400b 100644
--- a/searx/static/themes/simple/js/searx.head.js
+++ b/searx/static/themes/simple/js/searx.head.js
@@ -32,7 +32,7 @@
search_on_category_select: script.getAttribute('data-search-on-category-select') === 'true',
infinite_scroll: script.getAttribute('data-infinite-scroll') === 'true',
static_path: script.getAttribute('data-static-path'),
- no_item_found: script.getAttribute('data-no-item-found')
+ translations: JSON.parse(script.getAttribute('data-translations')),
}
// update the css