mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 22:35:41 +00:00
Merge "ve.ui.MWParameterPage: Remove non-working 'focus' handler"
This commit is contained in:
commit
b5e4d51273
|
@ -105,8 +105,7 @@ ve.ui.MWParameterPage = function VeUiMWParameterPage( parameter, name, config )
|
||||||
);
|
);
|
||||||
this.$more
|
this.$more
|
||||||
.addClass( 've-ui-mwParameterPage-more' )
|
.addClass( 've-ui-mwParameterPage-more' )
|
||||||
.append( this.addButton.$element )
|
.append( this.addButton.$element );
|
||||||
.focus( this.onAddButtonFocus.bind( this ) );
|
|
||||||
this.$element
|
this.$element
|
||||||
.addClass( 've-ui-mwParameterPage' )
|
.addClass( 've-ui-mwParameterPage' )
|
||||||
.append( this.$info, this.$field, this.$actions, this.$more );
|
.append( this.$info, this.$field, this.$actions, this.$more );
|
||||||
|
|
Loading…
Reference in a new issue