summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/js/searx_src/element_modifiers.js
AgeCommit message (Collapse)Author
2021-03-10[mod] oscar: move compiled files to the src directoryAlexandre Flament
2020-11-30[fix] fix the reset button in the oscar theme (#2306)GazoilKerozen
Rely on javascript instead of type="clear" Close #2009
2020-07-06[fix] indicate visually active tab programmatically on the page Preferences ↵Adam Tauber
- #350
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-01-05Whitespace correctionCqoicebordel
2015-01-05Integrated media in results + Deezer EngineCqoicebordel
New "embedded" item for the results, allow to give an iframe to display the media directly in the results. Note that the attributes src of the iframes are not set, but instead data-src is set, allowing to only load the iframe when clicked. Deezer engine based on public API (no key).
2015-01-01[enh] themes static content refactorAdam Tauber