From 1f549409472a871d1b1a222a3dca1f42c5fa73ce Mon Sep 17 00:00:00 2001 From: "bugzilla%arlen.demon.co.uk" Date: Mon, 25 Jul 2005 22:38:10 +0000 Subject: [PATCH] Bug 293190 [MAS v1.8b2-xxxx] In , "Warning: reference to undefined property formElement.selectedItem.value" p=me r=mnyromyr sr=neil.parkwaycc.co.uk a=benjamin --- mailnews/base/prefs/resources/content/AccountManager.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/mailnews/base/prefs/resources/content/AccountManager.js b/mailnews/base/prefs/resources/content/AccountManager.js index 705ab8c5c548..f1c92fffd681 100644 --- a/mailnews/base/prefs/resources/content/AccountManager.js +++ b/mailnews/base/prefs/resources/content/AccountManager.js @@ -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) {