diff options
author | anekos | 2012-04-01 17:52:13 +0900 |
---|---|---|
committer | anekos | 2012-04-01 17:52:13 +0900 |
commit | 1e225bd65e3b5f1d07baa805ec1c0c247b8df96b (patch) | |
tree | 1471197c11dfda2d7c0b56e9bcc87af81f4177d7 /google-plus-commando.js | |
parent | ddfed77f12d1fd9642e8dac426313d9177b19376 (diff) | |
download | vimperator-plugins-1e225bd65e3b5f1d07baa805ec1c0c247b8df96b.tar.bz2 |
It was hangout.
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js index 11ac57e..1875868 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -697,7 +697,7 @@ let g:gplus_commando_map_menu = "m" get commentEditor () let (e = root.querySelector(S.editable)) (e && e.parentNode), get comment() (self.commentEditor || self.commentButton), get plusone () root.querySelector(S.typePlusone), - get share () self.buttons[1], + get share () self.buttons[2], menu: { get root () root.querySelector(S.role('menu')), get items () A(self.menu.root.querySelectorAll(S.role('menuitem'))), |