mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Added a return value
This commit is contained in:
parent
2878712010
commit
f180c9ff7e
1 changed files with 2 additions and 1 deletions
|
|
@ -808,6 +808,7 @@ cipFields.getAriaHidden = function(field) {
|
|||
return val;
|
||||
}
|
||||
}
|
||||
return 'false';
|
||||
};
|
||||
|
||||
cipFields.getAllFields = function() {
|
||||
|
|
@ -1140,7 +1141,7 @@ cip.detectNewActiveFields = function() {
|
|||
// If only password field is shown it's enough to have one field visible for initCredentialFields
|
||||
if (fields.length > (_detectedFields == 1 ? 0 : 1)) {
|
||||
cip.initCredentialFields(true);
|
||||
//clearInterval(divDetect);
|
||||
clearInterval(divDetect);
|
||||
}
|
||||
}
|
||||
}, 1000);
|
||||
|
|
|
|||
Loading…
Reference in a new issue