mirror of
https://github.com/searxng/searxng.git
synced 2025-07-24 21:59:22 +02:00
[mod] oscar: get leaflet and jquery from NPM
easy to upgrade (package.json)
This commit is contained in:
parent
c7133efb12
commit
44407353ef
25 changed files with 702 additions and 115 deletions
|
@ -114,7 +114,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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue