kButton isn't used anymore.
followup to bug 259155, patch by gekacheka, r=mostafah
This commit is contained in:
Родитель
2ce89ac662
Коммит
836c2ffb61
|
@ -176,10 +176,8 @@
|
|||
this.mDisabled = aDisabled;
|
||||
if (this.mDisabled) {
|
||||
this.kTextBox.setAttribute( "disabled", "true" );
|
||||
this.kButton.setAttribute( "disabled", "true" );
|
||||
} else {
|
||||
this.kTextBox.removeAttribute( "disabled" );
|
||||
this.kButton.removeAttribute( "disabled" );
|
||||
}
|
||||
]]></body>
|
||||
</method>
|
||||
|
|
Загрузка…
Ссылка в новой задаче