From a3b1a413b07f6d59d06dd2582868465574eac95c Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Tue, 14 May 2019 23:03:26 +0200 Subject: [PATCH] Replace undo icon --- js/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); },