diff options
author | anekos | 2011-05-26 22:17:50 +0900 |
---|---|---|
committer | anekos | 2011-05-26 22:17:50 +0900 |
commit | 819e9895648eb342f2c9da90e01827fe8429c1af (patch) | |
tree | ff1014a404610182213b304192ca9392ceb77b72 /loginManager.js | |
parent | 7c181f6162481b83fefa1e3a85023a491634d68c (diff) | |
download | vimperator-plugins-819e9895648eb342f2c9da90e01827fe8429c1af.tar.bz2 |
ログアウトできないバグ修正
Diffstat (limited to 'loginManager.js')
-rw-r--r-- | loginManager.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginManager.js b/loginManager.js index 8bd4776..b7a6a9f 100644 --- a/loginManager.js +++ b/loginManager.js @@ -145,7 +145,7 @@ function Service(service) //{{{ login(); }; - self.logout = function(){ + self.logout = function(username){ let content = {}; let host = service.HOST[0]; if (service.extraField && !self.setExtraField(content)) return false; |