diff options
| author | anekos | 2011-07-21 09:50:16 +0900 | 
|---|---|---|
| committer | anekos | 2011-07-21 22:17:45 +0900 | 
| commit | f21ecda7fbb54ad02b7f83dcb262c5a7631b1427 (patch) | |
| tree | e62c817ec89ebeb6aa8650c2af31cdaa693bab28 | |
| parent | 5758f556b54ccf110dc9fdea67ff6f0b19fab54d (diff) | |
| download | vimperator-plugins-f21ecda7fbb54ad02b7f83dcb262c5a7631b1427.tar.bz2 | |
ミュートに関するコメント追加
| -rw-r--r-- | google-plus-commando.js | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index e701c33..7041f5a 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -316,6 +316,7 @@ let INFO =            get root () root.querySelector(S.role('menu')),            get items () A(self.menu.root.querySelectorAll(S.role('menuitem'))),            get mute () { +            // XXX 誤爆いやなので、チェックを入れる              let item1 = self.menu.items.slice(-2)[0];              let item2 = self.menu.root.querySelector(S.role('menuitem', S.currentEntry.menu.mute));              if (item1 === item2)  | 
