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

@ -2,7 +2,7 @@
"author": "Calvin Montgomery",
"name": "CyTube",
"description": "Online media synchronizer and chat",
"version": "3.77.0",
"version": "3.77.1",
"repository": {
"url": "http://github.com/calzoneman/sync"
},

View File

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