diff --git a/js/id/ui/inspector.js b/js/id/ui/inspector.js index f0ee956a4..52d96150c 100644 --- a/js/id/ui/inspector.js +++ b/js/id/ui/inspector.js @@ -60,6 +60,7 @@ iD.Inspector = function() { selection.append('a') .attr('href', 'http://www.openstreetmap.org/browse/' + entity.type + '/' + entity.osmId()) + .attr('target', '_blank') .text('View on OSM'); if (entity.type === 'way') {