removed comment on end of line

This commit is contained in:
Somedumbguy 2024-12-14 16:23:58 -05:00
parent 68df3f8821
commit 002e7ad851
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}