From d3925e5540fd5a9fd3812cbf1d07201c43527686 Mon Sep 17 00:00:00 2001 From: Scott Ostler Date: Sun, 8 Aug 2010 23:24:45 -0400 Subject: Add routes for stickers, dis-register, increase message posting timeout --- 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 d81e5c6..aebe14e 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -365,7 +365,7 @@ function submitMessage() { $.ajax({ type: 'POST', - timeout: 5000, + timeout: 15000, url: '/msg', data: { 'room': Room, 'content': content }, cache: false, -- cgit v1.2.3-70-g09d2