Links to the wiki should not redirect the page

This commit is contained in:
Tom MacWright
2013-01-08 16:59:04 -05:00
parent 2079918e8f
commit dd26286b2f

View File

@@ -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;
})