From e187be8b2949014d9573c7ba7971f594d18f7b49 Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Thu, 29 May 2014 17:23:27 +0200 Subject: [PATCH] missing target blank --- js/index.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/js/index.js b/js/index.js index 0d71426..1286cd5 100644 --- a/js/index.js +++ b/js/index.js @@ -25,8 +25,8 @@ var topo = L.tileLayer('http://{s}.tile.opentopomap.org/{z}/{x}/{y}.png', { minZoom: 5, maxZoom: 15, - attribution: 'tiles © OpenTopoMap, CC-BY-SA' - + ', SRTM' + attribution: 'tiles © OpenTopoMap, CC-BY-SA' + + ', SRTM' }); var thunderforestAttribution = 'tiles © Thunderforest ' @@ -89,7 +89,6 @@ profile, leftPaneId = 'leftpane', saveWarningShown = false; - ; // left sidebar as additional control position map._controlCorners[leftPaneId] = L.DomUtil.create('div', 'leaflet-' + leftPaneId, map._controlContainer);