mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Use new stable API for subtitle modification"
This commit is contained in:
commit
0c5f131976
|
@ -604,8 +604,8 @@ ve.init.mw.ArticleTarget.prototype.replacePageContent = function (
|
|||
$( '#catlinks' ).replaceWith( $categories );
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-jquery/no-html
|
||||
$( '#contentSub, .minerva__subtitle' ).html( contentSub );
|
||||
mw.util.clearSubtitle();
|
||||
mw.util.addSubtitle( contentSub );
|
||||
|
||||
this.setRealRedirectInterface();
|
||||
|
||||
|
|
Loading…
Reference in a new issue