diff --git a/misc/userscripts/password_fill b/misc/userscripts/password_fill index 327a55690..00dd55e63 100755 --- a/misc/userscripts/password_fill +++ b/misc/userscripts/password_fill @@ -327,6 +327,17 @@ open_entry "$file" js() { cat < 0 && elem.offsetHeight > 0; + }; function hasPasswordField(form) { var inputs = form.getElementsByTagName("input"); for (var j = 0; j < inputs.length; j++) { @@ -341,7 +352,7 @@ cat <