From 2ab621c0e30384a41a286cfb2bcb95225b10b1ef Mon Sep 17 00:00:00 2001 From: Cqoicebordel Date: Fri, 19 Dec 2014 05:05:12 +0100 Subject: [PATCH] Some more path issues --- searx/static/oscar/js/searx.min.js | Bin 4516 -> 4517 bytes .../static/oscar/js/searx_src/leaflet_map.js | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/searx/static/oscar/js/searx.min.js b/searx/static/oscar/js/searx.min.js index a60597b956d7031ba29adc7001d1b53f50037974..0ddef2e615b2ae27b298101105add4a9b47810bc 100644 GIT binary patch delta 14 VcmZ3Yyi|EZE)S#L=3E|gRsbdh1W*6~ delta 12 TcmZ3gyhM3JF3;vX9&=UzAAJNO diff --git a/searx/static/oscar/js/searx_src/leaflet_map.js b/searx/static/oscar/js/searx_src/leaflet_map.js index 88af1e712..b5112ef5e 100644 --- a/searx/static/oscar/js/searx_src/leaflet_map.js +++ b/searx/static/oscar/js/searx_src/leaflet_map.js @@ -116,7 +116,7 @@ $(document).ready(function(){ // TODO hack // change default imagePath - L.Icon.Default.imagePath = "/static/oscar/img/map"; + L.Icon.Default.imagePath = "./static/oscar/img/map"; // init map var map = L.map(leaflet_target);