diff options
| author | Scott Ostler <scottbot9000@gmail.com> | 2010-11-02 19:55:35 -0400 |
|---|---|---|
| committer | Scott Ostler <scottbot9000@gmail.com> | 2010-11-02 19:55:35 -0400 |
| commit | e2e82dc608862c0c72e0d45599f2768665edf7dd (patch) | |
| tree | baad5d86f85c230afd6c61c40e6d3d7e4cd3f1c9 /static/js/pichat.js | |
| parent | 73443969b5e98713e1bd36b0b524f60b77a0ad53 (diff) | |
| parent | 1f1378031e0f643011e22942ed6005d4000d015d (diff) | |
Merge src/site.clj conflict
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js index 5713531..6a6d962 100644 --- a/static/js/pichat.js +++ b/static/js/pichat.js @@ -567,7 +567,7 @@ function refresh() { console.error(e); } } - setTimeout(refresh, 1000); + setTimeout(refresh, 3000); }; var onError = function(resp, textStatus, errorThrown) { var msg = $.trim(resp.responseText); @@ -576,7 +576,7 @@ function refresh() { if (IsAdmin && window.console) { console.error(resp, textStatus, errorThrown); } - setTimeout(refresh, 4000); + setTimeout(refresh, 1000); }; $.ajax({ |
