mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-30 17:00:35 +02: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