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:
parent
a57451d00b
commit
15a366dbf0
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue