summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
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 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()
}