summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortim b <timb@camcompu.home>2010-06-14 23:09:48 -0700
committertim b <timb@camcompu.home>2010-06-14 23:09:48 -0700
commit97351343f3ee23a7449a0c4db9f580f2f03e9e38 (patch)
treed9333a277ac210b1908e7ff439fd7ea3fbcccbc7
parenta6fbff577ef80f49db44ed66e9efcd8b5ca846c1 (diff)
annoying caps off
-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 fefaca1..62cf52e 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -47,7 +47,7 @@ function isCSSPropertySupported(prop){ return prop in document.body.style }
function escapeHtml(txt) {
if (!txt) { return ""; }
- txt = annoyingCaps(txt)
+// txt = annoyingCaps(txt)
return $("<span>").text(txt).html()
}