Skip to content

Commit

Permalink
Merge pull request keepassxreboot#1380 from keepassxreboot/fix/revert…
Browse files Browse the repository at this point in the history
…_form_visibility_check

Revert form visibility check
  • Loading branch information
Sami Vänttinen authored Jul 22, 2021
2 parents 721aae0 + 165ec2c commit 81c6780
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
5 changes: 0 additions & 5 deletions keepassxc-browser/content/keepassxc-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};

Expand Down
4 changes: 2 additions & 2 deletions keepassxc-browser/manifest.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "KeePassXC-Browser",
"version": "1.7.9",
"version": "1.7.9.1",
"description": "KeePassXC-Browser",
"main": "build.js",
"devDependencies": {
Expand Down

0 comments on commit 81c6780

Please sign in to comment.