summaryrefslogtreecommitdiffstats
path: root/js/chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/chat.js')
-rw-r--r--js/chat.js1
1 files changed, 1 insertions, 0 deletions
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');