diff --git a/client/js/lounge.js b/client/js/lounge.js index def70d64..fa101fd4 100644 --- a/client/js/lounge.js +++ b/client/js/lounge.js @@ -648,7 +648,7 @@ $(function() { } }); - chat.on("click", ".messages", function() { + chat.on("click", ".chat", function() { setTimeout(function() { var text = ""; if (window.getSelection) {