mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-16 13:59:27 +02:00
Fix global leak
This commit is contained in:
@@ -73,7 +73,7 @@ iD.ui.TagEditor = function(context, entity) {
|
||||
.call(tagList, preset.id === 'other');
|
||||
|
||||
if (!entity.isNew()) {
|
||||
osmLink = tageditorpreset.append('div')
|
||||
var osmLink = tageditorpreset.append('div')
|
||||
.attr('class', 'col12 inspector-inner')
|
||||
.append('a')
|
||||
.attr('href', 'http://www.openstreetmap.org/browse/' + entity.type + '/' + entity.osmId())
|
||||
|
||||
Reference in New Issue
Block a user