support looking up languages by English or local names

This commit is contained in:
Nick Doiron
2016-04-25 14:33:21 -07:00
parent cd8e37ba9c
commit e932a17006
+1 -1
View File
@@ -127,7 +127,7 @@ iD.ui.preset.localized = function(field, context) {
innerWrap.attr('class', 'entry')
.each(function() {
var wrap = d3.select(this);
var langcombo = d3.combobox().fetcher(fetcher);
var langcombo = d3.combobox().fetcher(fetcher).minItems(0);
var label = wrap.append('label')
.attr('class','form-label')