summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
authordumpfmprod <dumpfmprod@ubuntu.(none)>2013-08-09 09:28:41 -0400
committerdumpfmprod <dumpfmprod@ubuntu.(none)>2013-08-09 09:28:41 -0400
commita7cad3dea595698294e55673b10b4380315a8013 (patch)
tree8e33586d86acd62efff419c9fec01fa3c32eb112 /static/js/pichat.js
parent9c565b805bd0a3315ea56c5e9960f6846fe073be (diff)
Prod commit
Diffstat (limited to 'static/js/pichat.js')
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index ceeb397..08054e7 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -445,7 +445,7 @@ function removeOldMessages(){
}
}
-window.TextEnabled = Preferences.getProperty("chat.textEnabled", "true") == "true";
+window.TextEnabled = Preferences.getProperty("chat.textEnabled", "true") == "ok";
window.ImgsEnabled = Preferences.getProperty("chat.imgsEnabled", "true") == "true";
function muteSelector() {