Skip to content

Commit

Permalink
Remove calls to now deleted js scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
justinefricou committed Jun 12, 2024
1 parent b2b78d8 commit df22bfa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions geotrek/jstests/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
<script src="../../var/static/mapentity/Leaflet.GeometryUtil/dist/leaflet.geometryutil.js"></script>
<script src="../../var/static/mapentity/leaflet-objectslayer.js"></script>

<script src="../core/static/core/dijkstra.js"></script>
<script src="../core/static/core/topology_helper.js"></script>

<script>
var map = L.map('map').fitWorld();
</script>
Expand Down
4 changes: 1 addition & 3 deletions geotrek/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,9 +484,7 @@ def api_bbox(bbox, buffer):
'trekking/parking_location.js']},
'topofields': {'js': ['core/geotrek.forms.snap.js',
'core/geotrek.forms.topology.js',
'core/dijkstra.js',
'core/multipath.js',
'core/topology_helper.js']}
'core/multipath.js']}
}
}

Expand Down

0 comments on commit df22bfa

Please sign in to comment.