mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-04-20 23:56:34 -04:00
better still facebook login logging
This commit is contained in:
parent
76d8516898
commit
a8430baf1b
@ -178,9 +178,7 @@ var umbraFacebookLogin = function() {
|
||||
var loginButton = document.querySelector("form#login_form label#loginbutton > input");
|
||||
emailInput.value=UMBRA_FB_USER_NAME;
|
||||
passwordInput.value=UMBRA_FB_PASSWORD;
|
||||
if (loginButton) { console.log("clicking #loginButton"); }
|
||||
loginButton.click();
|
||||
console.log("logging in with facebook user: " + UMBRA_FB_USER_NAME + " with password: " + UMBRA_FB_PASSWORD);
|
||||
}
|
||||
|
||||
// If we haven't had anything to do (scrolled, clicked, etc) in this amount of
|
||||
|
Loading…
x
Reference in New Issue
Block a user