Fix for bug 159466: Options under "Copies and folders" are active when they should be disabled

r=neil, sr=bienvenu
This commit is contained in:
Stefan.Borggraefe%gmx.de 2004-05-09 08:06:22 +00:00
parent af650dc28d
commit 774e232676

View File

@ -168,11 +168,6 @@ function SetFolderDisplay(pickerMode, disableMode,
selectFolderRadioElem.setAttribute("disabled","true");
accountPicker.setAttribute("disabled","true");
folderPicker.setAttribute("disabled","true");
} else {
selectAccountRadioElem.removeAttribute("disabled");
selectFolderRadioElem.removeAttribute("disabled");
accountPicker.removeAttribute("disabled");
folderPicker.removeAttribute("disabled");
}
}