summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/js/searx_src/leaflet_map.js
AgeCommit message (Collapse)Author
2021-03-10[mod] oscar: move compiled files to the src directoryAlexandre Flament
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-06-15[enh] add translatable strings to javascript - closes #461Adam 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>
2016-07-25[fix] Close #640 : remove MapQuest maps. Add in comment maps.wikimedia.org ↵Alexandre Flament
maps, see https://www.mediawiki.org/wiki/Maps
2015-01-01[fix] static file pathsAdam Tauber
2015-01-01[enh] themes static content refactorAdam Tauber