mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add user method to osm service, _userCache, user parser
This commit is contained in:
@@ -66,7 +66,7 @@ export function uiNoteEditor(context) {
|
||||
|
||||
var avatar = commentEnter
|
||||
.append('div')
|
||||
.attr('class', 'comment-avatar');
|
||||
.attr('class', function(d) { return 'comment-avatar user-' + d.uid; });
|
||||
|
||||
avatar
|
||||
.call(svgIcon('#iD-icon-avatar', 'comment-avatar-icon'));
|
||||
|
||||
Reference in New Issue
Block a user