From 7b4e923ec4889cac3be9eb24e921d6f8891479a4 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Fri, 30 Mar 2012 10:35:14 +0100 Subject: [PATCH] added option (commented out) to use input box for route links to get a marked url when clicking in it -> test what is better --- WebContent/routing/OSRM.RoutingDescription.js | 1 + 1 file changed, 1 insertion(+) diff --git a/WebContent/routing/OSRM.RoutingDescription.js b/WebContent/routing/OSRM.RoutingDescription.js index a57c26b8f..04c367337 100644 --- a/WebContent/routing/OSRM.RoutingDescription.js +++ b/WebContent/routing/OSRM.RoutingDescription.js @@ -36,6 +36,7 @@ onClickCreateShortcut: function(src){ }, showRouteLink: function(response){ document.getElementById('route-prelink').innerHTML = '['+response.ShortURL+']'; +// document.getElementById('route-prelink').innerHTML = '[]'; }, showRouteLink_TimeOut: function(){ document.getElementById('route-prelink').innerHTML = '['+OSRM.loc("LINK_TO_ROUTE_TIMEOUT")+']';