mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/DiscussionTools
synced 2024-11-24 08:23:52 +00:00
ReplyWidget: Hide external links icons in the footer
Bug: T266686 Change-Id: I20debf936d73e4615b485e1b089616de8646e624
This commit is contained in:
parent
157d34c852
commit
282c987efa
|
@ -129,7 +129,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