mirror of
https://github.com/keepassxreboot/keepassxc-browser.git
synced 2026-03-11 08:54:43 +00:00
Revert form visibility check
This commit is contained in:
parent
721aae07ed
commit
165ec2cbbc
3 changed files with 3 additions and 8 deletions
|
|
@ -644,11 +644,6 @@ kpxcFields.isVisible = function(elem) {
|
|||
return false;
|
||||
}
|
||||
|
||||
// If the input field belongs to a form, check its visibility also
|
||||
if (elem.nodeName === 'INPUT' && elem.form && !kpxcFields.isVisible(elem.form)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
return true;
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
"manifest_version": 2,
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.7.9",
|
||||
"version_name": "1.7.9",
|
||||
"version": "1.7.9.1",
|
||||
"version_name": "1.7.9.1",
|
||||
"description": "__MSG_extensionDescription__",
|
||||
"author": "KeePassXC Team",
|
||||
"icons": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "KeePassXC-Browser",
|
||||
"version": "1.7.9",
|
||||
"version": "1.7.9.1",
|
||||
"description": "KeePassXC-Browser",
|
||||
"main": "build.js",
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue