Skip to content

Commit

Permalink
Place Relation editor above Tag editor
Browse files Browse the repository at this point in the history
  • Loading branch information
olafveerman committed Apr 13, 2015
1 parent 17da198 commit b070035
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions js/id/ui/entity_editor.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ iD.ui.EntityEditor = function(context) {
.attr('class', 'inspector-border inspector-preset');

$enter.append('div')
.attr('class', 'raw-tag-editor inspector-inner');
.attr('class', 'raw-membership-editor inspector-inner');

$enter.append('div')
.attr('class', 'inspector-border raw-member-editor inspector-inner');

.attr('class', 'raw-member-editor inspector-inner');
$enter.append('div')
.attr('class', 'raw-membership-editor inspector-inner');
.attr('class', 'inspector-border raw-tag-editor inspector-inner');

selection.selectAll('.preset-reset')
.on('click', function() {
Expand Down

0 comments on commit b070035

Please sign in to comment.