зеркало из https://github.com/mozilla/pjs.git
Make sure the state of the ok button is correct even if the window does not get initial focus (bug 98480). r=jag, sr=ben.
This commit is contained in:
Родитель
87e31949c9
Коммит
ff1f2e02d9
|
@ -453,7 +453,7 @@ function onFileSelected(file) {
|
|||
}
|
||||
}
|
||||
|
||||
okButton.disabled = true;
|
||||
okButton.disabled = (textField.value != "");
|
||||
}
|
||||
|
||||
function onTextFieldFocus() {
|
||||
|
|
Загрузка…
Ссылка в новой задаче