From 213b7c38376df9e7645aec5ecb2c1e06e56fb4c6 Mon Sep 17 00:00:00 2001 From: tim b Date: Sun, 30 May 2010 07:35:30 -0700 Subject: a bit longer text allowed --- 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 f197079..f130239 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -286,7 +286,7 @@ function submitMessage() { $('#msgInput').val(''); if (content == '') { return; } - if (content.length > 1337) { + if (content.length > 2468) { alert("POST TOO LONG DUDE!"); return; } // this shouldn't just be client side :V -- cgit v1.2.3-70-g09d2