summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/js/searx.js
AgeCommit message (Collapse)Author
2021-09-30[build] /staticAlexandre Flament
2021-09-24[build] /staticAlexandre Flament
2021-06-01[mod] remove overpass API callAlexandre Flament
prepare the code the PR #90
2021-04-05[enh] oscar: image thumbnail layoutAlexandre Flament
Adjust thumbnail sizes to fill the container width
2021-03-16[mod] replace /translations.js by embedded JSONAlexandre Flament
In webapp.py, there is a new function "get_translations" lists available translations Close #2064
2021-03-11[mod] oscar: get bootstrap and typeahead from NPMAlexandre Flament
2021-03-11[mod] oscar: get leaflet and jquery from NPMAlexandre Flament
easy to upgrade (package.json)
2021-03-10[mod] theme: remove require-2.1.15.min.jsAlexandre Flament
See https://github.com/requirejs/requirejs/issues/1816 requirejs loads one file: leaflet. This commit: * removes requirejs * load leaflet using <script src...> HTML tag in searx/templates/oscar/base.html
2020-11-30[fix] fix the reset button in the oscar theme (#2306)GazoilKerozen
Rely on javascript instead of type="clear" Close #2009
2020-09-10wait for img to load before hiding infobox toggleMarc Abonce Seguin
2020-08-10add toggle to resize infoboxMarc Abonce Seguin
2020-07-06[fix] indicate visually active tab programmatically on the page Preferences ↵Adam Tauber
- #350
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2020-06-03[fix] do not autocomplete for pressing enter when mouse is on the completion ↵Adam Tauber
list - fixes #340
2020-05-31add disable all and allow all engines button to Oscar preferencesNoémi Ványi
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>
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf