mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-28 10:11:45 +00:00
Merge "ReplyWidget: Hide external links icons in the footer"
This commit is contained in:
commit
1baf837a19
|
@ -130,7 +130,7 @@ function ReplyWidget( commentController, comment, pageName, oldId, config ) {
|
|||
) );
|
||||
}
|
||||
this.$footer.append(
|
||||
$( '<p>' ).append(
|
||||
$( '<p>' ).addClass( 'plainlinks' ).append(
|
||||
mw.message( 'discussiontools-replywidget-terms-click', mw.msg( 'discussiontools-replywidget-reply' ) ).parseDom()
|
||||
),
|
||||
$( '<p>' ).append(
|
||||
|
|
Loading…
Reference in a new issue