mirror of
https://github.com/FoggedLens/iD.git
synced 2026-06-04 05:58:09 +02:00
Stray console
This commit is contained in:
@@ -21,7 +21,7 @@ iD.ui.contributors = function(map) {
|
||||
|
||||
l.enter().append('a')
|
||||
.attr('class', 'user-link')
|
||||
.attr('href', function(d) { console.log(d); return map.connection().userUrl(d); })
|
||||
.attr('href', function(d) { return map.connection().userUrl(d); })
|
||||
.attr('target', '_blank')
|
||||
.text(String);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user