From 34075d2b5aa2bfe25522021ebb20d84ac5c76e16 Mon Sep 17 00:00:00 2001 From: masa138 Date: Thu, 8 Oct 2009 19:47:19 +0000 Subject: Small fix git-svn-id: http://svn.coderepos.org/share/lang/javascript/vimperator-plugins/trunk@35553 d0d07461-0603-4401-acd4-de1884942a52 --- account_switcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'account_switcher.js') 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)); -- cgit v1.2.3