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:
@@ -168,8 +168,8 @@
|
|||||||
appWindow.contentWindow.openConversation(conversation);
|
appWindow.contentWindow.openConversation(conversation);
|
||||||
} else {
|
} else {
|
||||||
open = conversation;
|
open = conversation;
|
||||||
openInbox();
|
|
||||||
}
|
}
|
||||||
|
openInbox();
|
||||||
};
|
};
|
||||||
window.getOpenConversation = function() {
|
window.getOpenConversation = function() {
|
||||||
var o = open;
|
var o = open;
|
||||||
|
Reference in New Issue
Block a user