Add link to Achavi changeset inspector tool to the History panel (close #6855)

This commit is contained in:
Quincy Morgan
2019-09-16 11:53:33 -04:00
parent a06bd582a1
commit 191d0b9434
+8
View File
@@ -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');
}