diff options
author | masa138 | 2009-10-08 19:47:19 +0000 |
---|---|---|
committer | masa138 | 2009-10-08 19:47:19 +0000 |
commit | 34075d2b5aa2bfe25522021ebb20d84ac5c76e16 (patch) | |
tree | 6b5bfb6e225748f1cc1d71df030330e5e58186ae /account_switcher.js | |
parent | f816507c3915d71fcb67c94033ae15af9d9902c0 (diff) | |
download | vimperator-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.js | 2 |
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)); |