[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:
parent
789e46f1c8
commit
06b59c7210
BIN
searx/static/oscar/js/searx.min.js
vendored
BIN
searx/static/oscar/js/searx.min.js
vendored
Binary file not shown.
@ -16,7 +16,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
requirejs.config({
|
requirejs.config({
|
||||||
baseUrl: '/static/oscar/js',
|
baseUrl: './static/oscar/js',
|
||||||
paths: {
|
paths: {
|
||||||
app: '../app'
|
app: '../app'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user