IDEMPIERE-4174 Login issues using password manager / IDEMPIERE-3182
This commit is contained in:
parent
296154af6e
commit
af5cfcb0e8
|
@ -145,7 +145,8 @@ Copyright (C) 2007 Ashley G Ramdass.
|
||||||
|
|
||||||
this.$bind_(dt, skipper, after);
|
this.$bind_(dt, skipper, after);
|
||||||
|
|
||||||
if (this.getType () != "password"){
|
var txtid = this.getId()
|
||||||
|
if (txtid != "txtUserId" && txtid != "txtPassword" ){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -159,7 +160,8 @@ Copyright (C) 2007 Ashley G Ramdass.
|
||||||
|
|
||||||
this.$unbind_(dt, skipper);
|
this.$unbind_(dt, skipper);
|
||||||
|
|
||||||
if (this.getType () != "password"){
|
var txtid = this.getId()
|
||||||
|
if (txtid != "txtUserId" && txtid != "txtPassword" ){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue