mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-03 13:38:04 +02:00
Clean up dead code in inspector.
This commit is contained in:
@@ -187,10 +187,6 @@ iD.ui.inspector = function() {
|
||||
}
|
||||
});
|
||||
}
|
||||
d3.event.preventDefault();
|
||||
})
|
||||
.attr('href', function(d) {
|
||||
return 'http://taginfo.openstreetmap.org/keys/' + d.key;
|
||||
});
|
||||
|
||||
helpBtn.append('span')
|
||||
|
||||
Reference in New Issue
Block a user