summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/js/searx_src/autocompleter.js
AgeCommit message (Collapse)Author
2021-03-10[mod] oscar: move compiled files to the src directoryAlexandre Flament
2020-06-03[fix] do not autocomplete for pressing enter when mouse is on the completion ↵Adam Tauber
list - fixes #340
2020-03-23[enh] submit search on suggestion select - closes #807Adam Tauber
2019-12-08themes: remove CR from newlinesMarkus Heiser
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>
2015-02-16Allow autocompleter to work in a sub folder of the domain name.Cqoicebordel
2015-01-01[enh] themes static content refactorAdam Tauber