diff options
| author | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-19 05:05:12 +0100 |
|---|---|---|
| committer | Cqoicebordel <Cqoicebordel@users.noreply.github.com> | 2014-12-19 05:05:12 +0100 |
| commit | 2ab621c0e30384a41a286cfb2bcb95225b10b1ef (patch) | |
| tree | 6d8f76fbf7f22d7965f1471f4455d33f77fc9537 /searx/static/oscar/js/searx_src/leaflet_map.js | |
| parent | 06b59c7210e251efec8b159144745b135c237de8 (diff) | |
Some more path issues
Diffstat (limited to 'searx/static/oscar/js/searx_src/leaflet_map.js')
| -rw-r--r-- | searx/static/oscar/js/searx_src/leaflet_map.js | 2 |
1 files changed, 1 insertions, 1 deletions
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);
|