From 53ac208737ca14b4e4dda540435c9421975447b6 Mon Sep 17 00:00:00 2001 From: pkoby Date: Mon, 3 Feb 2025 17:00:00 -0500 Subject: [PATCH] Added target="_blank" to JOSM and iD links --- site/site.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/site.js b/site/site.js index 1ce51ed68..d1ee39e09 100644 --- a/site/site.js +++ b/site/site.js @@ -77,8 +77,8 @@ d3.json("imagery.geojson", function(error, imagery) { '

Available layers at this location:

'+ matches.map(function(match) { return match.feature.properties.name + - ` [iD] ` + - ` [JOSM]`; + ` [iD] ` + + ` [JOSM]`; }).join('
'), e.latlng );