mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Set target=_blank for links in the edit notices
Change-Id: I63bbf557fa94cda7435614ba7d743e22a148fdce
This commit is contained in:
parent
890c14009e
commit
64442148bf
|
@ -1004,6 +1004,7 @@ ve.init.mw.ViewPageTarget.prototype.setupToolbarEditNotices = function () {
|
||||||
for ( key in this.editNotices ) {
|
for ( key in this.editNotices ) {
|
||||||
this.$toolbarEditNotices.append( this.editNotices[key] );
|
this.$toolbarEditNotices.append( this.editNotices[key] );
|
||||||
}
|
}
|
||||||
|
this.$toolbarEditNotices.find( 'a' ).attr( 'target', '_blank' );
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue