summaryrefslogtreecommitdiff
path: root/searx/static/themes/simple/js/searx.js
AgeCommit message (Collapse)Author
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
2020-09-19[fix] simple theme: fix autocompleteAlexandre Flament
AJAX requests send the X-Requested-With HTTP header, so searx.webapp.autocompleter returns the results with the expected data format. Related to #2127 Close #2203
2020-06-15[enh] add translatable strings to javascript - closes #461Adam Tauber
2019-08-06oscar and simple themes: no inline script (allow A+ Content-Security-Policy)Dalf
2018-08-14simple theme updateAlex
- npm package update - apply #1226 - implement vim help dialog - display cookies and search URL with preferences - allow to enable / disable Open Access DOI rewrite - add a clear text button on the left of the search button - implement #1011 : the HTML title page is not set when using POST - remove searx/static/themes/simple/img/loader.gif - use full width when only there are only images as result
2017-08-06[enh] add simple theme (WIP)Alexandre Flament