mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "fix order of sidebar elements"
This commit is contained in:
commit
4cb9b05668
|
@ -56,11 +56,11 @@ ve.ui.MWTransclusionOutlineTemplateWidget = function VeUiMWTransclusionOutlineTe
|
|||
this.parameters = new OO.ui.FieldsetLayout( {
|
||||
items: checkboxes
|
||||
} );
|
||||
this.$element
|
||||
.append( this.parameters.$element, addParameterButton.$element );
|
||||
|
||||
if ( this.searchWidget ) {
|
||||
this.$element.prepend( this.searchWidget.$element, this.infoWidget.$element );
|
||||
this.$element.append( this.searchWidget.$element, this.infoWidget.$element );
|
||||
}
|
||||
this.$element.append( this.parameters.$element, addParameterButton.$element );
|
||||
};
|
||||
|
||||
/* Inheritance */
|
||||
|
|
Loading…
Reference in a new issue