Remove call to requestAnimationFrame (#53)
This commit is contained in:
@@ -132,7 +132,6 @@
|
|||||||
// There is likely a field asking for OTP code, so do not submit form just yet
|
// There is likely a field asking for OTP code, so do not submit form just yet
|
||||||
password_inputs[1].select();
|
password_inputs[1].select();
|
||||||
} else {
|
} else {
|
||||||
window.requestAnimationFrame(function() {
|
|
||||||
// try to locate the submit button
|
// try to locate the submit button
|
||||||
var submit = find(SUBMIT_FIELDS, loginForm);
|
var submit = find(SUBMIT_FIELDS, loginForm);
|
||||||
|
|
||||||
@@ -156,7 +155,6 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// finished filling things successfully
|
// finished filling things successfully
|
||||||
|
Reference in New Issue
Block a user