mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 06:58:32 +02:00
Make the successfully uploaded changeset number clickable (close #6644)
This commit is contained in:
@@ -122,7 +122,9 @@ export function uiSuccess(context) {
|
||||
|
||||
summaryDetail
|
||||
.append('div')
|
||||
.text(t('success.changeset_id', { changeset_id: _changeset.id }));
|
||||
.html(t('success.changeset_id', {
|
||||
changeset_id: '<a href="' + changesetURL + '" target="_blank">' + _changeset.id + '</a>'
|
||||
}));
|
||||
|
||||
|
||||
// Gather community polygon IDs intersecting the map..
|
||||
|
||||
Reference in New Issue
Block a user