mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Remove duplicated code breaking the template dialog"
This commit is contained in:
commit
23595970fe
|
@ -113,9 +113,6 @@ ve.ui.MWTemplateDialog.prototype.createParamPage = function ( key, value, paramD
|
|||
// TODO: Use paramData.deprecation
|
||||
// TODO: Use paramData.default
|
||||
// TODO: Use paramData.type
|
||||
fieldset = new ve.ui.FieldsetLayout( { '$$': this.frame.$$, 'label': label, 'icon': 'parameter' } );
|
||||
textInput = new ve.ui.TextInputWidget( { '$$': this.frame.$$, 'multiline': true } );
|
||||
textInput.$input.css('height', 100);
|
||||
|
||||
if ( description ) {
|
||||
inputLabel = new ve.ui.InputLabelWidget( {
|
||||
|
|
Loading…
Reference in a new issue