commit 763029519939e5638091ce5e343e98fc3c57af29
parent 71cf8eb073bae4b6e5e1b8d6e76e84fe0def02a2
Author: Marcel <MTRNord@users.noreply.github.com>
Date: Tue, 15 Nov 2016 20:40:19 +0100
move where it has to restart
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/screencap_iitc.js b/screencap_iitc.js
@@ -103,7 +103,7 @@ function firePlainLogin(SACSID, CSRF) {
function login(l, p) {
console.log("Login")
if (document.querySelector('#timeoutError')){
- login(l, p)
+ firePlainLogin(l, p)
}
waitFor({
timeout: 240000,