This commit is contained in:
Calvin Montgomery 2021-07-22 21:02:40 -07:00
parent 982c6fbfab
commit a3c17ea8ea
2 changed files with 2 additions and 2 deletions

View file

@ -1898,7 +1898,7 @@ function chatOnly() {
.text("Emote List")
.appendTo($("#chatheader"))
.click(function () {
EMOTELIST.show();
EMOTELISTMODAL.modal();
});
setVisible("#showchansettings", CLIENT.rank >= 2);