diff options
Diffstat (limited to 'google-plus-commando.js')
-rw-r--r-- | google-plus-commando.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 () { |