From 002e7ad85177eaa142fc263cc06f563ca0f14e32 Mon Sep 17 00:00:00 2001 From: Somedumbguy Date: Sat, 14 Dec 2024 16:23:58 -0500 Subject: [PATCH] removed comment on end of line --- misc/userscripts/qute-keepassxc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/userscripts/qute-keepassxc b/misc/userscripts/qute-keepassxc index cba50b3ae..2c14d22f6 100755 --- a/misc/userscripts/qute-keepassxc +++ b/misc/userscripts/qute-keepassxc @@ -369,7 +369,7 @@ def make_js_code(username, password): doc || (doc = document); const iframes = doc.getElementsByTagName('iframe'); for (const frame of iframes) { - if (fillFirstForm(frame.contentDocument, false)) return true; // stop filling forms + if (fillFirstForm(frame.contentDocument, false)) return true; } return false; }