From 06b59c7210e251efec8b159144745b135c237de8 Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Thu, 18 Dec 2014 15:51:09 +0100 Subject: [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. --- searx/static/oscar/js/searx_src/00_requirejs_config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'searx/static/oscar/js/searx_src/00_requirejs_config.js') 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' } -- cgit v1.2.3