mirror of https://github.com/calzoneman/sync.git
Fix #913
This commit is contained in:
parent
982c6fbfab
commit
a3c17ea8ea
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -1898,7 +1898,7 @@ function chatOnly() {
|
|||
.text("Emote List")
|
||||
.appendTo($("#chatheader"))
|
||||
.click(function () {
|
||||
EMOTELIST.show();
|
||||
EMOTELISTMODAL.modal();
|
||||
});
|
||||
setVisible("#showchansettings", CLIENT.rank >= 2);
|
||||
|
||||
|
|
Loading…
Reference in New Issue