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",
|
"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"
|
||||||
},
|
},
|
||||||
|
|
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue