mirror of
https://github.com/internetarchive/brozzler.git
synced 2025-08-11 07:50:24 -04:00
better still facebook login logging
This commit is contained in:
parent
76d8516898
commit
a8430baf1b
1 changed files with 0 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue