From 653f1dae4cce2363730c57bff9eec2848e3926b9 Mon Sep 17 00:00:00 2001 From: damencho Date: Thu, 4 May 2017 11:19:46 -0500 Subject: [PATCH] Fixes #1549, toggles smileys menu. --- modules/UI/side_pannels/chat/Chat.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/UI/side_pannels/chat/Chat.js b/modules/UI/side_pannels/chat/Chat.js index 7126baf83..f8fdcb5ac 100644 --- a/modules/UI/side_pannels/chat/Chat.js +++ b/modules/UI/side_pannels/chat/Chat.js @@ -30,7 +30,7 @@ const htmlStr = `
-
+
@@ -191,7 +191,7 @@ var Chat = { Chat.setChatConversationMode(true); } - $("#toggle_smileys").click(function() { + $("#smileys").click(function() { Chat.toggleSmileys(); });