Add logging when opening inbox
// FREEBIE
This commit is contained in:
@@ -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({
|
||||
|
Reference in New Issue
Block a user