This commit is contained in:
Ansis Brammanis
2013-03-21 17:56:59 -04:00
parent cd4ae68153
commit 15b9eb7b3f
+1 -1
View File
@@ -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')