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", "author": "Calvin Montgomery",
"name": "CyTube", "name": "CyTube",
"description": "Online media synchronizer and chat", "description": "Online media synchronizer and chat",
"version": "3.77.0", "version": "3.77.1",
"repository": { "repository": {
"url": "http://github.com/calzoneman/sync" "url": "http://github.com/calzoneman/sync"
}, },

View File

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