Opening a conversation should focus the window

Previously, this function might open the conversation but not show the
window, if it exists but wasn't on top.

// FREEBIE
This commit is contained in:
lilia 2015-09-15 20:41:48 -07:00
parent a57451d00b
commit 15a366dbf0

View file

@ -168,8 +168,8 @@
appWindow.contentWindow.openConversation(conversation);
} else {
open = conversation;
openInbox();
}
openInbox();
};
window.getOpenConversation = function() {
var o = open;