mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Display ImproveOSM comments oldest to newest
This commit is contained in:
@@ -345,7 +345,7 @@ export default {
|
||||
var url = _impOsmUrls[key] + '/retrieveComments?' + utilQsString(qParams);
|
||||
|
||||
d3_json(url, function(err, data) {
|
||||
d.comments = data.comments;
|
||||
d.comments = data.comments.reverse(); // comments served newest to oldest
|
||||
return callback(err, d);
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user