Skip to content
Snippets Groups Projects
Commit 21dab7c3 authored by Alixan's avatar Alixan :crown:
Browse files

newItinerary : deleting route when not enough bar

parent 47a0b69f
Branches
No related merge requests found
......@@ -211,6 +211,9 @@ function initMap() {
}
});
}
else {
directionsDisplay.setDirections({routes: []});
}
}
function printSelectedBar() {
......
{% extends 'base.html.twig' %}
{% if app.user.id %}
{% do redirect('/') %}
{% endif %}
{% block title %}Modifier {{itinerary.name}}{% endblock %}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment