mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 01:02:58 +00:00
Fix changeset creation (fixes #230)
This commit is contained in:
@@ -10,7 +10,7 @@ iD.commit = function() {
|
||||
header.append('p').text('the changes you upload will be visible on all maps using OpenStreetMap data');
|
||||
|
||||
var section = body.selectAll('div.commit-section')
|
||||
.data(['modify', 'delete', 'create'].filter(function(d) {
|
||||
.data(['modified', 'deleted', 'created'].filter(function(d) {
|
||||
return changes[d].length;
|
||||
}))
|
||||
.enter()
|
||||
|
||||
Reference in New Issue
Block a user