summaryrefslogtreecommitdiff
path: root/searx/static/themes/oscar/js/searx_src/leaflet_map.js
diff options
context:
space:
mode:
authorAdam Tauber <asciimoo@gmail.com>2015-01-01 17:54:33 +0100
committerAdam Tauber <asciimoo@gmail.com>2015-01-01 17:54:33 +0100
commit8151585918a3d86b9dac5bef782581d13a14179f (patch)
treefd0ca7ab9a26a2be08bcbd8081a6c1309eca13c2 /searx/static/themes/oscar/js/searx_src/leaflet_map.js
parent9f12605f7ebc9ca5575fc4ee9900e0e821366c4d (diff)
[fix] static file paths
Diffstat (limited to 'searx/static/themes/oscar/js/searx_src/leaflet_map.js')
-rw-r--r--searx/static/themes/oscar/js/searx_src/leaflet_map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/js/searx_src/leaflet_map.js b/searx/static/themes/oscar/js/searx_src/leaflet_map.js
index b5112ef5e..cbcbe157e 100644
--- a/searx/static/themes/oscar/js/searx_src/leaflet_map.js
+++ b/searx/static/themes/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/themes/oscar/img/map";
// init map
var map = L.map(leaflet_target);