Apply custom chrome to conversation windows
This commit is contained in:
parent
95f8e3921c
commit
39d11d8eb3
7 changed files with 17 additions and 11 deletions
|
@ -27,7 +27,8 @@
|
|||
if (conversation) {
|
||||
window.document.title = conversation.getTitle();
|
||||
var view = new bg.Whisper.ConversationView({
|
||||
model: conversation
|
||||
model: conversation,
|
||||
appWindow: windowInfo
|
||||
});
|
||||
view.$el.prependTo(body);
|
||||
view.$('input.send-message').focus();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue