mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
more straightforward preset form insertion
This commit is contained in:
@@ -98,7 +98,7 @@ iD.ui.preset = function(context) {
|
||||
// Enter
|
||||
|
||||
var $enter = $fields.enter()
|
||||
.insert('div', '.more-fields')
|
||||
.append('div')
|
||||
.attr('class', function(field) {
|
||||
return 'form-field form-field-' + field.id;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user