From 0b0b299bbe5b0ff470ea33d07e1d51d752604a71 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Tue, 7 Jul 2015 12:49:08 -0700 Subject: [PATCH] Clear chat when going to them again --- chat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chat.js b/chat.js index 4409c07..0476102 100644 --- a/chat.js +++ b/chat.js @@ -159,7 +159,7 @@ Chatroom.prototype = { content.scrollTop(content.height()); }, clear: function() { - this.chat.find(".conent").empty(); + this.chat.find(".content").empty(); }, bind: function(chat) { this.chat = chat; -- 2.47.3