mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 02:23:58 +00:00
Merge "Remove setValue call from live extension setup"
This commit is contained in:
commit
134b4255b4
|
@ -80,8 +80,6 @@ ve.ui.MWLiveExtensionInspector.prototype.getSetupProcess = function ( data ) {
|
|||
this.getFragment().select();
|
||||
this.node = this.getFragment().getSelectedNode();
|
||||
}
|
||||
this.input.setValue( this.node.getAttribute( 'mw' ).body.extsrc );
|
||||
|
||||
this.input.on( 'change', this.onChangeHandler );
|
||||
}, this );
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue