diff options
| author | tim b <timb@camcompu.home> | 2010-06-14 22:03:50 -0700 |
|---|---|---|
| committer | tim b <timb@camcompu.home> | 2010-06-14 22:03:50 -0700 |
| commit | 82bf561b70ffc37ade6a72884e9b443c78f79f3c (patch) | |
| tree | 24b7f2ad99a76ef08306ef8581568a7333199298 /static | |
| parent | 02b4185b2e77dc5cbb367514bf58c8bd72d64ee6 (diff) | |
annoying caps
Diffstat (limited to 'static')
| -rw-r--r-- | static/js/pichat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 8245582..3659d37 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -75,7 +75,6 @@ function linkify(text) { function annoyingCaps(text){ var chunks = text.split(" ") - console.log(chunks) for(var i=0; i<chunks.length; i++){ var chunk = chunks[i] if (!chunk.length || chunk.substr(0,4) == 'http') continue; |
