mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
[mod] preferences: a tooltip is shown when the mouse is over the engine names
This commit is contained in:
parent
bfd4e1b342
commit
d648001688
21 changed files with 178 additions and 19 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue