diff --git a/www/js/util.js b/www/js/util.js index f97c5350..070039bc 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -1688,7 +1688,14 @@ function chatOnly() { .click(function () { $("#channeloptions").modal(); }); + $("").addClass("label label-default pull-right pointer") + .text("Emote List") + .appendTo($("#chatheader")) + .click(function () { + EMOTELIST.show(); + }); setVisible("#showchansettings", CLIENT.rank >= 2); + $("body").addClass("chatOnly"); handleWindowResize(); }