aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-08-31 11:14:20 +0900
committeranekos2011-08-31 11:14:20 +0900
commit642fbaebd21d3f7855bbcdb95d1e0565d392ad2d (patch)
tree1765bb46a415cabb9453e051e2c592fa2d12778e /google-plus-commando.js
parent38be8bf2033c5856f98d1985ba20bb73f5e9621a (diff)
downloadvimperator-plugins-642fbaebd21d3f7855bbcdb95d1e0565d392ad2d.tar.bz2
S.post.root を変更
以前のは、何かの条件で使えたり使えなかったりした模様
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r--google-plus-commando.js7
1 files changed, 4 insertions, 3 deletions
diff --git a/google-plus-commando.js b/google-plus-commando.js
index adf67d0..8750208 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -296,13 +296,14 @@ let g:gplus_commando_map_menu = "m"
submit: role('button', '[id$=".post"]'),
},
post: {
- root: function () {
+ root: '#contentPane > div > div > div[decorated="true"]',
+ /*function () {
return getSelectorFind(
Elements.doc,
- 'div[decorated="true"]',
+ 'div',
function (e) /this\.className/.test(e.getAttribute('onclick'))
);
- },
+ },*/
open: cssRules.finder(/opacity 0.125s ease 0.125s/),
cancel: 'div[id$=".c"]', // :6w.c
},