Log when we draw attention to the window

Hopefully help debug spurious cries for window attention.

// FREEBIE
This commit is contained in:
lilia 2016-01-16 17:19:47 -08:00
parent 54b4b03db7
commit 3a494bf2a3

View file

@ -19,6 +19,7 @@
window.drawAttention = function() {
if (inboxOpened && !inboxFocused) {
console.log('draw attention');
extension.windows.drawAttention(inboxWindowId);
}
};