client: fix focusing input when clicking chat container

This commit is contained in:
William Boman 2016-05-30 17:41:33 +02:00
parent 1744b8fb96
commit e5905dee9e

View File

@ -637,7 +637,7 @@ $(function() {
}
});
chat.on("click", ".messages", function() {
chat.on("click", ".chat", function() {
setTimeout(function() {
var text = "";
if (window.getSelection) {