summaryrefslogtreecommitdiff
path: root/searx/static/oscar/js/searx_src
diff options
context:
space:
mode:
authorCqoicebordel <Cqoicebordel@users.noreply.github.com>2014-12-18 15:51:09 +0100
committerCqoicebordel <Cqoicebordel@users.noreply.github.com>2014-12-18 15:51:09 +0100
commit06b59c7210e251efec8b159144745b135c237de8 (patch)
tree1daa98ec942c4c8571d4874b2f90940d728bcd31 /searx/static/oscar/js/searx_src
parent789e46f1c8fc7ef705b0d3e9953688eacba8beaf (diff)
[fix] Show map on result in Oscar
Allow to find the leafleet js when searx is not installed at the root of the web server.
Diffstat (limited to 'searx/static/oscar/js/searx_src')
-rw-r--r--searx/static/oscar/js/searx_src/00_requirejs_config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/oscar/js/searx_src/00_requirejs_config.js b/searx/static/oscar/js/searx_src/00_requirejs_config.js
index 36767843b..99ec4b585 100644
--- a/searx/static/oscar/js/searx_src/00_requirejs_config.js
+++ b/searx/static/oscar/js/searx_src/00_requirejs_config.js
@@ -16,7 +16,7 @@
*/
requirejs.config({
- baseUrl: '/static/oscar/js',
+ baseUrl: './static/oscar/js',
paths: {
app: '../app'
}