Browse Source

[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.

Cqoicebordel 10 years ago
parent
commit
06b59c7210

File diff suppressed because it is too large
+ 0 - 0
searx/static/oscar/js/searx.min.js


+ 1 - 1
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'
     }

Some files were not shown because too many files changed in this diff