aboutsummaryrefslogtreecommitdiffstats
path: root/account_switcher.js
diff options
context:
space:
mode:
Diffstat (limited to 'account_switcher.js')
-rw-r--r--account_switcher.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/account_switcher.js b/account_switcher.js
index 4573611..38e1d17 100644
--- a/account_switcher.js
+++ b/account_switcher.js
@@ -201,7 +201,7 @@ liberator.accountSwitcherOpenNewTab = 1;
}
}
}
- }
+ };
req.onerror = function(e) { liberator.echoerr('Login error in account_switcher.js'); };
req.setRequestHeader("Content-Type", "application/x-www-form-urlencoded");
params.push(service.id + '=' + encodeURIComponent(username));