Focus text input when opening a conversation

This commit is contained in:
lilia 2015-03-23 12:17:32 -07:00
parent ebc8846fcb
commit 24768712e0

View file

@ -28,6 +28,7 @@
new bg.Whisper.ConversationView({
model: conversation
}).$el.prependTo($('body', document));
$('input.send-message', document).focus();
} else {
$('<div>').text('Error').prependTo($('body', document));
}