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() { function changePassType() {
var passType = getChosenType(); var passType = getChosenType();
if (passType == '') { if (passType == "") {
passIdRow.style.display='none'; passIdRow.style.display="none";
} else { } else {
passIdRow.style.display=''; passIdRow.style.display="";
} }
} }
changePassType(); changePassType();