summaryrefslogtreecommitdiff
path: root/static/js/pichat.js
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2010-11-02 19:55:35 -0400
committerScott Ostler <scottbot9000@gmail.com>2010-11-02 19:55:35 -0400
commite2e82dc608862c0c72e0d45599f2768665edf7dd (patch)
treebaad5d86f85c230afd6c61c40e6d3d7e4cd3f1c9 /static/js/pichat.js
parent73443969b5e98713e1bd36b0b524f60b77a0ad53 (diff)
parent1f1378031e0f643011e22942ed6005d4000d015d (diff)
Merge src/site.clj conflict
Diffstat (limited to 'static/js/pichat.js')
-rw-r--r--static/js/pichat.js4
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({