mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/TemplateData
synced 2024-11-23 23:43:54 +00:00
editTemplatePage dialog: Fix typo in comment
Change-Id: I3db668ad01c2f78ca2c8873660b7685d7e6e6918
This commit is contained in:
parent
225e9ec1c0
commit
a180f5db36
|
@ -780,7 +780,7 @@ Dialog.prototype.onParamSelectChoose = function ( item ) {
|
|||
this.selectedParamKey = paramKey;
|
||||
|
||||
// The panel with the `propInputs` widgets must be made visible before changing their value.
|
||||
// Otherwiese the autosize feature of MultilineTextInputWidget doesn't work.
|
||||
// Otherwise the autosize feature of MultilineTextInputWidget doesn't work.
|
||||
this.switchPanels( this.editParamPanel );
|
||||
// Fill in parameter detail
|
||||
this.getParameterDetails( paramKey );
|
||||
|
|
Loading…
Reference in a new issue