aboutsummaryrefslogtreecommitdiffstats
path: root/google-plus-commando.js
diff options
context:
space:
mode:
authoranekos2011-09-08 02:24:46 +0900
committeranekos2011-09-08 02:24:46 +0900
commit1402aa2f278058984dfc0d379ccef501bcfbafa7 (patch)
tree5e93c4b6b12b4bdb263fc90f8255d75caf3e3aa6 /google-plus-commando.js
parent1b34ce8efecedf432ac7dd40efe2911a50c1370f (diff)
downloadvimperator-plugins-1402aa2f278058984dfc0d379ccef501bcfbafa7.tar.bz2
通知欄のコメント展開ができていなかった
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 3d881ca..11e9089 100644
--- a/google-plus-commando.js
+++ b/google-plus-commando.js
@@ -740,7 +740,7 @@ let g:gplus_commando_map_menu = "m"
get back () root.contentDocument.querySelector(S.frames.notifications.summary.back),
get comment () self.entry.current.querySelector(S.frames.notifications.entry.comment),
get mute () self.entry.current.querySelector(S.frames.notifications.entry.mute),
- get unfold () root.contentDocument.querySelector(S.currentEntry.unfold)
+ get unfold () root.contentDocument.querySelector(S.currentEntry.unfold.comment)
}
};
return self;