From 97351343f3ee23a7449a0c4db9f580f2f03e9e38 Mon Sep 17 00:00:00 2001 From: tim b Date: Mon, 14 Jun 2010 23:09:48 -0700 Subject: annoying caps off --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') 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 $("").text(txt).html() } -- cgit v1.2.3-70-g09d2