summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorScott Ostler <sbsotler@gmail.com>2010-12-22 12:08:28 -0800
committerScott Ostler <sbsotler@gmail.com>2010-12-22 12:08:28 -0800
commit8d44926c18bd96f9dd5b6da59e3c1b1704438e03 (patch)
tree13e0c1683094efb38f7a66b1eaa4fce729fa91e5 /static
parent438747cbab4d6c81f1257c8c3e875aa7cd452a87 (diff)
parenta902975120976bb189e7a1aae83eee4cb33065d2 (diff)
Merge dump.fm:prod/
Diffstat (limited to 'static')
-rw-r--r--static/js/pichat.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index e78deb8..a33209b 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -391,7 +391,6 @@ function showFav(f) {
buildFav(f).appendTo('#favbox').animate(
{"opacity": 0},
{"duration": 9000,
- "easing": "easeInExpo",
"complete": removeFavAndHideBox
});
}
@@ -583,7 +582,7 @@ function refresh() {
console.error(e);
}
}
- setTimeout(refresh, 3000);
+ setTimeout(refresh, 1500);
};
var onError = function(resp, textStatus, errorThrown) {
var msg = $.trim(resp.responseText);
@@ -592,7 +591,7 @@ function refresh() {
if (IsAdmin && window.console) {
console.error(resp, textStatus, errorThrown);
}
- setTimeout(refresh, 1000);
+ setTimeout(refresh, 4000);
};
$.ajax({