From a3c17ea8ea6507031372920125d11761e40262fe Mon Sep 17 00:00:00 2001 From: Calvin Montgomery Date: Thu, 22 Jul 2021 21:02:40 -0700 Subject: [PATCH] Fix #913 --- package.json | 2 +- www/js/util.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 66969fdc..1374a609 100644 --- a/package.json +++ b/package.json @@ -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" }, diff --git a/www/js/util.js b/www/js/util.js index b9e2bc54..4c06390d 100644 --- a/www/js/util.js +++ b/www/js/util.js @@ -1898,7 +1898,7 @@ function chatOnly() { .text("Emote List") .appendTo($("#chatheader")) .click(function () { - EMOTELIST.show(); + EMOTELISTMODAL.modal(); }); setVisible("#showchansettings", CLIENT.rank >= 2);