Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
calzoneman committed Jul 23, 2021
1 parent 982c6fb commit a3c17ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
Expand Down
2 changes: 1 addition & 1 deletion www/js/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -1898,7 +1898,7 @@ function chatOnly() {
.text("Emote List")
.appendTo($("#chatheader"))
.click(function () {
EMOTELIST.show();
EMOTELISTMODAL.modal();
});
setVisible("#showchansettings", CLIENT.rank >= 2);

Expand Down

0 comments on commit a3c17ea

Please sign in to comment.