mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Remove wronly placed inspect buttons
This commit is contained in:
@@ -60,12 +60,6 @@ iD.ui.TagEditor = function() {
|
||||
typelabel.append('div')
|
||||
.attr('class', 'icon icon-pre-text' + (presetMatch ? ' preset-' + presetMatch.icon : ''));
|
||||
|
||||
typelabel.append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('class', 'minor type-help')
|
||||
.append('span')
|
||||
.attr('class', 'icon inspect');
|
||||
|
||||
var namewrap = headerwrap.append('div')
|
||||
.attr('class', 'name col9 inspector-inner');
|
||||
|
||||
@@ -84,12 +78,6 @@ iD.ui.TagEditor = function() {
|
||||
event.change();
|
||||
});
|
||||
|
||||
namewrap.append('button')
|
||||
.attr('tabindex', -1)
|
||||
.attr('class', 'minor name-help')
|
||||
.append('span')
|
||||
.attr('class', 'icon inspect');
|
||||
|
||||
presetUI = iD.ui.preset()
|
||||
.context(context)
|
||||
.entity(entity)
|
||||
|
||||
Reference in New Issue
Block a user