diff options
-rw-r--r-- | js/chat.js | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -409,6 +409,7 @@ function onChatWindowHidden() }
+var chatIsMuted = getCookie('pref_chatMute');
function setChatMute() {
var mutePref = getCookie('pref_chatMute');
|