fixes
This commit is contained in:
parent
c052057372
commit
996b80c853
1 changed files with 3 additions and 3 deletions
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue