[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.
This commit is contained in:
Cqoicebordel 2014-12-18 15:51:09 +01:00
parent 789e46f1c8
commit 06b59c7210
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -16,7 +16,7 @@
*/
requirejs.config({
baseUrl: '/static/oscar/js',
baseUrl: './static/oscar/js',
paths: {
app: '../app'
}