summaryrefslogtreecommitdiff
path: root/static/js/src/chat.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2012-12-30 20:04:41 -0500
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2012-12-30 20:04:41 -0500
commit200ea4abd13eaffad5151eb62fc54a90e5346022 (patch)
treed9fab334fc616449b3fe726c050ba1cdd96cc4c9 /static/js/src/chat.js
parentfdb3b4169f8056922344e6735c77d1c7679a3953 (diff)
parentab3c66a6db7c4c2dbc3795c3b11132a535a3aeb3 (diff)
Merge branch 'master' of /pichat/repo
Diffstat (limited to 'static/js/src/chat.js')
-rw-r--r--static/js/src/chat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/src/chat.js b/static/js/src/chat.js
index 09954de..f24917c 100644
--- a/static/js/src/chat.js
+++ b/static/js/src/chat.js
@@ -166,7 +166,7 @@ function removeOldMessages(){
}
}
-window.TextEnabled = Preferences.getProperty("chat.textEnabled", "true") == "none";
+window.TextEnabled = Preferences.getProperty("chat.textEnabled", "true") == "true";
window.ImgsEnabled = Preferences.getProperty("chat.imgsEnabled", "true") == "true";
function muteSelector() {