diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-01 03:28:54 -0400 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-04-01 03:28:54 -0400 |
| commit | aa3165c303d8feb2a34329539c67bd71863c9eb4 (patch) | |
| tree | 2509b6c376e41497276ad477eefd594002482ca1 /static/js | |
| parent | 5650b9a43736f191dd13b4ec5fdc11f18a9e96d6 (diff) | |
timb comitting prod changes
Diffstat (limited to 'static/js')
| -rwxr-xr-x | 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 4c1ca98..aa02aae 100755 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -129,7 +129,7 @@ function submitMessage() { var content = $.trim($('#msgInput').val()); $('#msgInput').val(''); if (content == '') { return; } - if (content.length > 6666) { + if (content.length > 1000) { alert("POST TOO LONG DUDE!"); return; } // this shouldn't just be client side :V |
