Apply custom chrome to conversation windows

This commit is contained in:
lilia 2015-05-21 14:35:44 -07:00
parent 95f8e3921c
commit 39d11d8eb3
7 changed files with 17 additions and 11 deletions

View file

@ -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();