diff options
author | anekos | 2013-07-08 22:17:24 +0900 |
---|---|---|
committer | anekos | 2013-07-08 22:17:24 +0900 |
commit | b84dff2ba1959eb2385e8ce88016f639a731efa0 (patch) | |
tree | 764b247563d7a9af90f024dfb28fa19d31085da4 /twittperator | |
parent | 05753e43a8724d23064843a8cde351692797f8cc (diff) | |
parent | 7ef8f640b971a2a687f4ddda193237bb4721a755 (diff) | |
download | vimperator-plugins-b84dff2ba1959eb2385e8ce88016f639a731efa0.tar.bz2 |
Merge branch 'master' of github.com:vimpr/vimperator-plugins
Diffstat (limited to 'twittperator')
-rw-r--r-- | twittperator/twsidebar.tw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/twittperator/twsidebar.tw b/twittperator/twsidebar.tw index 02e8f51..77450f7 100644 --- a/twittperator/twsidebar.tw +++ b/twittperator/twsidebar.tw @@ -175,7 +175,7 @@ liberator.modules.TWAnekoSB = ANekoSB = (function () { if (modified) { if (modified instanceof Array) { [t, tab, streamName] = modified; - } if (modified === 'reject') { + } else if (modified === 'reject') { return; } else { t = modified; |