From 4a8c2f323c4477b49ba0dc3dffbedf1c02e2d715 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Fri, 11 May 2012 08:23:39 +0100 Subject: [PATCH] removed comments --- WebContent/gui/OSRM.RoutingGUI.js | 5 ----- 1 file changed, 5 deletions(-) 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