mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-21 15:56:56 +02:00
second half of 871961d077
This commit is contained in:
@@ -98,7 +98,7 @@ iD.ui.TagEditor = function(context, entity) {
|
||||
// Don't add for created entities
|
||||
if (entity.osmId() > 0) {
|
||||
tageditorpreset.append('div')
|
||||
.attr('class','inspector-inner')
|
||||
.attr('class','view-on-osm')
|
||||
.append('a')
|
||||
.attr('href', 'http://www.openstreetmap.org/browse/' + entity.type + '/' + entity.osmId())
|
||||
.attr('target', '_blank')
|
||||
|
||||
Reference in New Issue
Block a user