removed comment on end of line
This commit is contained in:
parent
68df3f8821
commit
002e7ad851
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue