diff options
author | Snap <snapwilliam@gmail.com> | 2015-05-03 16:57:36 -0700 |
---|---|---|
committer | Snap <snapwilliam@gmail.com> | 2015-05-03 16:57:36 -0700 |
commit | e411677a2a02a3dca9565a9562699f35a8013a20 (patch) | |
tree | 48dbbe1da215e1c8e4a5c9e7c8a3209525729197 /js/chat.js | |
parent | c2f0b4afcd8dd0359b6345a82fbfea54bb3617dd (diff) | |
download | pathery-e411677a2a02a3dca9565a9562699f35a8013a20.tar.xz |
Fixed chat bug.
Diffstat (limited to 'js/chat.js')
-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');
|