Show emote list button in chat only
This commit is contained in:
parent
c64d446b38
commit
8b69485448
|
@ -1688,7 +1688,14 @@ function chatOnly() {
|
||||||
.click(function () {
|
.click(function () {
|
||||||
$("#channeloptions").modal();
|
$("#channeloptions").modal();
|
||||||
});
|
});
|
||||||
|
$("<span/>").addClass("label label-default pull-right pointer")
|
||||||
|
.text("Emote List")
|
||||||
|
.appendTo($("#chatheader"))
|
||||||
|
.click(function () {
|
||||||
|
EMOTELIST.show();
|
||||||
|
});
|
||||||
setVisible("#showchansettings", CLIENT.rank >= 2);
|
setVisible("#showchansettings", CLIENT.rank >= 2);
|
||||||
|
|
||||||
$("body").addClass("chatOnly");
|
$("body").addClass("chatOnly");
|
||||||
handleWindowResize();
|
handleWindowResize();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue