mirror of
https://github.com/FoggedLens/iD.git
synced 2026-04-21 19:26:41 +02:00
Wheelchair should have "yes", "limited", "no" (fixes #1154)
This commit is contained in:
@@ -10,7 +10,7 @@ iD.ui.preset.radio = function(field) {
|
||||
.attr('class', 'preset-input-wrap radio-wrap');
|
||||
|
||||
buttons = buttonwrap.selectAll('button')
|
||||
.data(field.keys || field.options)
|
||||
.data(field.options || field.keys)
|
||||
.enter()
|
||||
.append('button')
|
||||
.text(function(d) { return field.t('options.' + d, { 'default': d }); })
|
||||
|
||||
Reference in New Issue
Block a user