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
pull/749/head
lilia 10 years ago
parent a57451d00b
commit 15a366dbf0

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

Loading…
Cancel
Save