Commit Graph

5 Commits (ec48447361045bf1e68d3634fcae862e77f85d92)

Author SHA1 Message Date
Adam Tauber 08fdfc73fb [fix] do not autocomplete for pressing enter when mouse is on the completion list - fixes #340 4 years ago
Adam Tauber 9a2f26d915 [enh] submit search on suggestion select - closes #807 5 years ago
Markus Heiser 56b7e05721 themes: remove CR from newlines
Adding a CR in  some files and in others not,  is  a good starting point for a
DOS+Unix mess we all have already seen in many projects.

Patch fixes all files matching (even those comming from grunt's build)::

   find ./searx -exec file {} \; | grep CR

BTW: Same with mixing TAB and SPACE indent styles in one and the same file.  So
if sources are tuched here in this patch, its also fixed.

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
5 years ago
Cqoicebordel f7b052c354 Allow autocompleter to work in a sub folder of the domain name. 10 years ago
Adam Tauber 9f12605f7e [enh] themes static content refactor 10 years ago