Make conversations open when they are created

This commit is contained in:
lilia
2014-09-04 00:21:18 -07:00
parent 230d24a69e
commit ef066ea9d2
2 changed files with 2 additions and 0 deletions

View File

@@ -47,6 +47,7 @@ var Whisper = Whisper || {};
var message_input = this.$el.find('input.send-message');
thread.sendMessage(message_input.val());
this.remove();
thread.trigger('render');
}
} catch(ex) {}
},