diff --git a/js/panel_controller.js b/js/panel_controller.js index db014378..09a6df0b 100644 --- a/js/panel_controller.js +++ b/js/panel_controller.js @@ -19,6 +19,7 @@ window.drawAttention = function() { if (inboxOpened && !inboxFocused) { + console.log('draw attention'); extension.windows.drawAttention(inboxWindowId); } };