diff --git a/WebContent/gui/OSRM.RoutingGUI.js b/WebContent/gui/OSRM.RoutingGUI.js index a5161db17..e17cf9a7e 100644 --- a/WebContent/gui/OSRM.RoutingGUI.js +++ b/WebContent/gui/OSRM.RoutingGUI.js @@ -140,11 +140,6 @@ deleteMarker: function(marker_id) { //click: checkbox "show previous routes" showPreviousRoutes: function(value) { -// if( document.getElementById('option-show-previous-routes').checked == false) { -// document.getElementById('information-box').innerHTML = ""; -// } else { -// document.getElementById('information-box').innerHTML = ""; -// } if( document.getElementById('option-show-previous-routes').checked == false) OSRM.G.route.clearHistoryRoutes(); else