mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-25 06:55:46 +00:00
Links to the wiki should not redirect the page
This commit is contained in:
@@ -29,6 +29,7 @@ iD.tagReference = function(selection) {
|
||||
.text(g('description'));
|
||||
referenceBody
|
||||
.append('a')
|
||||
.attr('target', '_blank')
|
||||
.attr('href', function(d) {
|
||||
return 'http://wiki.openstreetmap.org/wiki/' + d.title;
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user