summaryrefslogtreecommitdiff
path: root/searx/webapp.py
diff options
context:
space:
mode:
authorAlexandre Flament <alex@al-f.net>2021-03-22 13:36:52 +0100
committerGitHub <noreply@github.com>2021-03-22 13:36:52 +0100
commit5f7056cf37a776e7aae151a4d1f5560f1bd0472f (patch)
treef552cd686917a941fcca8850a34dc9b9eb493b99 /searx/webapp.py
parentbfd4e1b3423993b112bd5e2a60c806fc0c83527f (diff)
parentd6480016888aecb05200af2ad158abee503390df (diff)
downloadsearxng-5f7056cf37a776e7aae151a4d1f5560f1bd0472f.tar.gz
searxng-5f7056cf37a776e7aae151a4d1f5560f1bd0472f.zip
Merge pull request #2661 from dalf/pref-engine-tooltip
[mod] preferences: a tooltip is shown when the mouse is over the engine names
Diffstat (limited to 'searx/webapp.py')
-rwxr-xr-xsearx/webapp.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/searx/webapp.py b/searx/webapp.py
index 6f0297a99..b4466c718 100755
--- a/searx/webapp.py
+++ b/searx/webapp.py
@@ -853,7 +853,6 @@ def preferences():
if e.timeout > settings['outgoing']['request_timeout']:
stats[e.name]['warn_timeout'] = True
stats[e.name]['supports_selected_language'] = _is_selected_language_supported(e, request.preferences)
-
engines_by_category[c].append(e)
# get first element [0], the engine time,