This commit is contained in:
Matthew Wilson 2006-05-08 14:12:48 +00:00
parent c052057372
commit 996b80c853

View file

@ -1851,10 +1851,10 @@ function getChosenType() {
}
function changePassType() {
var passType = getChosenType();
if (passType == '') {
passIdRow.style.display='none';
if (passType == "") {
passIdRow.style.display="none";
} else {
passIdRow.style.display='';
passIdRow.style.display="";
}
}
changePassType();