mirror of
https://github.com/searxng/searxng.git
synced 2025-07-16 17:59:30 +02:00
[fix] static file paths
This commit is contained in:
parent
9f12605f7e
commit
8151585918
7 changed files with 13 additions and 13 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue