mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Remove unused
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
iD.ui.Taglist = function(context, entity) {
|
||||
var event = d3.dispatch('change'),
|
||||
taginfo = iD.taginfo(),
|
||||
initial = false,
|
||||
collapsebutton,
|
||||
list;
|
||||
|
||||
@@ -113,11 +112,6 @@ iD.ui.Taglist = function(context, entity) {
|
||||
row.append('div')
|
||||
.attr('class', 'tag-help');
|
||||
|
||||
if (initial && tags.length === 1 &&
|
||||
tags[0].key === '' && tags[0].value === '') {
|
||||
focusNewKey();
|
||||
}
|
||||
|
||||
return li;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user