another logic fix

This commit is contained in:
Matthew Wilson 2006-05-08 22:47:14 +00:00
parent 3a9dd9e33a
commit 17cd71c496

View file

@ -1612,6 +1612,7 @@ function changePassType() {
} else {
passIdChooser.size=1;
passIdChooser.multiple=false;
passIdChooser.selectedIndex=0;
}
passIdRow.style.display="";
}