summaryrefslogtreecommitdiffstats
path: root/js/chat.js
diff options
context:
space:
mode:
authorSnap <snapwilliam@gmail.com>2015-05-03 16:57:36 -0700
committerSnap <snapwilliam@gmail.com>2015-05-03 16:57:36 -0700
commite411677a2a02a3dca9565a9562699f35a8013a20 (patch)
tree48dbbe1da215e1c8e4a5c9e7c8a3209525729197 /js/chat.js
parentc2f0b4afcd8dd0359b6345a82fbfea54bb3617dd (diff)
downloadpathery-e411677a2a02a3dca9565a9562699f35a8013a20.tar.xz
Fixed chat bug.
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');