mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Merge pull request #3086 from mapmeld/lookup_languages
Look up languages by English or local names [closes #3023]
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user