Set target=_blank for links in the edit notices

Change-Id: I63bbf557fa94cda7435614ba7d743e22a148fdce
This commit is contained in:
Roan Kattouw 2013-07-23 18:19:45 -07:00
parent 890c14009e
commit 64442148bf

View file

@ -1004,6 +1004,7 @@ ve.init.mw.ViewPageTarget.prototype.setupToolbarEditNotices = function () {
for ( key in this.editNotices ) {
this.$toolbarEditNotices.append( this.editNotices[key] );
}
this.$toolbarEditNotices.find( 'a' ).attr( 'target', '_blank' );
};
/**