From 73d4c038dddfd8737642cb25ad43993a1fb9c62a Mon Sep 17 00:00:00 2001 From: anekos Date: Wed, 3 Aug 2011 16:53:31 +0900 Subject: ちぇっくもれ --- google-plus-commando.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-plus-commando.js b/google-plus-commando.js index 029cfbe..40a6fd8 100644 --- a/google-plus-commando.js +++ b/google-plus-commando.js @@ -583,7 +583,7 @@ let g:gplus_commando_map_menu = "m" let notifications = Elements.frames.notifications; - if (notifications.visible && notifications.entry.visible) + if (notifications && notifications.visible && notifications.entry.visible) return click(Elements.frames.notifications.entry[dir]); let arrowTarget = (function () { -- cgit v1.2.3