Fix note url link in history panel

This commit is contained in:
Bryan Housel
2018-08-10 22:26:13 -04:00
parent fab4a54c14
commit 7b4f4fd031
+1 -1
View File
@@ -165,7 +165,7 @@ export function uiPanelHistory(context) {
.attr('class', 'view-history-on-osm')
.attr('target', '_blank')
.attr('tabindex', -1)
.attr('href', osm.noteURL(note.id))
.attr('href', osm.noteURL(note))
.call(svgIcon('#iD-icon-out-link', 'inline'))
.append('span')
.text(t('info_panels.history.note_link_text'));