From e411677a2a02a3dca9565a9562699f35a8013a20 Mon Sep 17 00:00:00 2001 From: Snap Date: Sun, 3 May 2015 16:57:36 -0700 Subject: Fixed chat bug. --- js/chat.js | 1 + 1 file changed, 1 insertion(+) (limited to 'js') diff --git a/js/chat.js b/js/chat.js index 207c598..1a2aed3 100644 --- a/js/chat.js +++ b/js/chat.js @@ -409,6 +409,7 @@ function onChatWindowHidden() } +var chatIsMuted = getCookie('pref_chatMute'); function setChatMute() { var mutePref = getCookie('pref_chatMute'); -- cgit v1.2.3