aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2012-04-01 17:52:13 +0900
committeranekos2012-04-01 17:52:13 +0900
commit1e225bd65e3b5f1d07baa805ec1c0c247b8df96b (patch)
tree1471197c11dfda2d7c0b56e9bcc87af81f4177d7 /google-plus-commando.js
parentddfed77f12d1fd9642e8dac426313d9177b19376 (diff)
downloadvimperator-plugins-1e225bd65e3b5f1d07baa805ec1c0c247b8df96b.tar.bz2
It was hangout.
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js2
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'))),