mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 21:48:20 +02:00
Remove the link to the osm wiki changeset page
(doesn't really add anything and not written for newbies)
This commit is contained in:
@@ -174,17 +174,12 @@ export function uiCommit(context) {
|
||||
var prose = saveSection
|
||||
.append('p')
|
||||
.attr('class', 'commit-info')
|
||||
.html(t('commit.upload_explanation'));
|
||||
.text(t('commit.upload_explanation'));
|
||||
|
||||
var requestReview = saveSection
|
||||
.append('p')
|
||||
.attr('class', 'request-review')
|
||||
.html( t('commit.request_review'))
|
||||
.append('a')
|
||||
.attr('target', '_blank')
|
||||
.attr('tabindex', -1)
|
||||
.call(svgIcon('#icon-out-link', 'inline'))
|
||||
.attr('href', t('commit.request_review_link'));
|
||||
.text(t('commit.request_review'));
|
||||
|
||||
requestReview
|
||||
.append('input')
|
||||
|
||||
Reference in New Issue
Block a user