Bug 293190 [MAS v1.8b2-xxxx] In <AccountManager.js>, "Warning: reference to undefined property formElement.selectedItem.value"

p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=benjamin
This commit is contained in:
bugzilla%arlen.demon.co.uk 2005-07-25 22:38:10 +00:00
Родитель 9c5b7515b7
Коммит 1f54940947
1 изменённых файлов: 0 добавлений и 3 удалений

Просмотреть файл

@ -986,9 +986,6 @@ function getFormElementValue(formElement) {
return !formElement.checked;
return formElement.checked;
}
if (type == "radiogroup" || type=="menulist") {
return formElement.selectedItem.value;
}
if (type == "textbox" &&
formElement.getAttribute("datatype") == "nsIFileSpec") {
if (formElement.value) {