Add logging when opening inbox

// FREEBIE
pull/749/head
lilia 9 years ago
parent a70ce7ae0e
commit 9ea9a8160b

@ -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…
Cancel
Save