Replace undo icon

This commit is contained in:
Gautier Pelloux-Prayer 2019-05-14 23:03:26 +02:00
parent 191f6b25a8
commit a3b1a413b0

View file

@ -80,7 +80,7 @@
);
deletePointButton = L.easyButton(
'fa-undo',
'<span class="fa-stack fa-lg"><i class="fa fa-map-marker fa-align-left fa-stack-1x"></i><i class="fa fa-long-arrow-left fa-stack-1x"></i></span>',
function () {
routing.removeWaypoint(routing.getLast());
},