diff options
| author | tim b <timb@camcompu.home> | 2010-06-14 23:09:48 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-14 23:09:48 -0700 |
| commit | 97351343f3ee23a7449a0c4db9f580f2f03e9e38 (patch) | |
| tree | d9333a277ac210b1908e7ff439fd7ea3fbcccbc7 /static | |
| parent | a6fbff577ef80f49db44ed66e9efcd8b5ca846c1 (diff) | |
annoying caps off
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/pichat.js | 2 |
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() } |
