diff options
Diffstat (limited to 'searx/static/themes/oscar/js/searx.js')
| -rw-r--r-- | searx/static/themes/oscar/js/searx.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/searx/static/themes/oscar/js/searx.js b/searx/static/themes/oscar/js/searx.js index 53b1c1696..4e3904a06 100644 --- a/searx/static/themes/oscar/js/searx.js +++ b/searx/static/themes/oscar/js/searx.js @@ -315,7 +315,7 @@ $(document).ready(function(){ } // change default imagePath - L.Icon.Default.imagePath = "./static/themes/oscar/img/map"; + L.Icon.Default.imagePath = "./static/themes/oscar/css/images/"; // init map var map = L.map(leaflet_target); |