Add logging when opening inbox
// FREEBIE
This commit is contained in:
parent
a70ce7ae0e
commit
9ea9a8160b
1 changed files with 1 additions and 0 deletions
|
@ -29,6 +29,7 @@
|
|||
var inboxWindowId = 'inbox';
|
||||
var appWindow = null;
|
||||
window.openInbox = function() {
|
||||
console.log('open inbox');
|
||||
if (inboxOpened === false) {
|
||||
inboxOpened = true;
|
||||
extension.windows.open({
|
||||
|
|
Loading…
Reference in a new issue