[mod] oscar: get leaflet and jquery from NPM

easy to upgrade (package.json)
This commit is contained in:
Alexandre Flament 2021-03-10 18:28:58 +01:00
parent c7133efb12
commit 44407353ef
25 changed files with 702 additions and 115 deletions

View file

@ -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);