mirror of
https://github.com/FoggedLens/iD.git
synced 2026-02-13 09:12:52 +00:00
Fix changeset URL
This commit is contained in:
@@ -72,7 +72,7 @@ export function uiPanelHistory(context) {
|
||||
links
|
||||
.append('a')
|
||||
.attr('class', 'changeset-osm-link')
|
||||
.attr('href', context.connection().userURL(entity.changeset))
|
||||
.attr('href', context.connection().changesetURL(entity.changeset))
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.text('OSM');
|
||||
|
||||
Reference in New Issue
Block a user