mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
Add comment
This commit is contained in:
parent
f7a077d46d
commit
b9f4f3d2c7
2 changed files with 2 additions and 1 deletions
File diff suppressed because one or more lines are too long
|
@ -17,6 +17,7 @@
|
|||
function autocomplete_onclick(e, suggestion, params) {
|
||||
|
||||
params._Select(suggestion);
|
||||
// Ctrl + Click = Only place the suggestion in the search bar, no auto search.
|
||||
if(!e.ctrlKey){
|
||||
submitIfQuery();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue