From aa3165c303d8feb2a34329539c67bd71863c9eb4 Mon Sep 17 00:00:00 2001 From: dumpfmprod Date: Thu, 1 Apr 2010 03:28:54 -0400 Subject: timb comitting prod changes --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js/pichat.js') 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 -- cgit v1.2.3-70-g09d2