mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-19 23:14:47 +02:00
Add link to Achavi changeset inspector tool to the History panel (close #6855)
This commit is contained in:
@@ -90,6 +90,14 @@ export function uiPanelHistory(context) {
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.text('OSMCha');
|
||||
|
||||
links
|
||||
.append('a')
|
||||
.attr('class', 'changeset-achavi-link')
|
||||
.attr('href', 'https://overpass-api.de/achavi/?changeset=' + changeset)
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.text('Achavi');
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user