aboutsummaryrefslogtreecommitdiffstats
path: root/account_switcher.js
diff options
context:
space:
mode:
authormasa1382009-10-08 19:47:19 +0000
committermasa1382009-10-08 19:47:19 +0000
commit34075d2b5aa2bfe25522021ebb20d84ac5c76e16 (patch)
tree6b5bfb6e225748f1cc1d71df030330e5e58186ae /account_switcher.js
parentf816507c3915d71fcb67c94033ae15af9d9902c0 (diff)
downloadvimperator-plugins-34075d2b5aa2bfe25522021ebb20d84ac5c76e16.tar.bz2
Small fix
git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35553 d0d07461-0603-4401-acd4-de1884942a52
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));