diff --git a/js/index.js b/js/index.js index 2c97813..280fa46 100644 --- a/js/index.js +++ b/js/index.js @@ -80,7 +80,7 @@ ); deletePointButton = L.easyButton( - 'fa-undo', + '', function () { routing.removeWaypoint(routing.getLast()); },