mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-24 14:33:59 +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
|
||||
.addClass( 've-ui-mwParameterPage-more' )
|
||||
.append( this.addButton.$element )
|
||||
.focus( this.onAddButtonFocus.bind( this ) );
|
||||
.append( this.addButton.$element );
|
||||
this.$element
|
||||
.addClass( 've-ui-mwParameterPage' )
|
||||
.append( this.$info, this.$field, this.$actions, this.$more );
|
||||
|
|
Loading…
Reference in a new issue