diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-08-08 23:24:45 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-08-08 23:24:45 -0400 |
| commit | d3925e5540fd5a9fd3812cbf1d07201c43527686 (patch) | |
| tree | 11981ccde197c1b73d2c71c984d7a8fd23614c9d /static | |
| parent | 8dc1aa93ab1e4163c491cfa6bb9bdc72269e75b3 (diff) | |
Add routes for stickers, dis-register, increase message posting timeout
Diffstat (limited to 'static')
| -rw-r--r-- | 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 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, |
