From 15c25de8d53bd2d06e8a42e4327dcc71a59e8f21 Mon Sep 17 00:00:00 2001 From: anekos Date: Fri, 16 Sep 2011 02:16:10 +0900 Subject: ボタンクリックを非同期に (2) --- google-plus-commando.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'google-plus-commando.js') diff --git a/google-plus-commando.js b/google-plus-commando.js index 88913a3..40f092d 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -899,8 +899,7 @@ let g:gplus_commando_map_menu = "m" share: function () click(Elements.currentEntry.share), post: function () { buffer.scrollTop(); - click(Elements.post.open); - PostHelp.show(); + click(Elements.post.open, PostHelp.show); }, yank: function () { let e = Elements.currentEntry.permlink; -- cgit v1.2.3