summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
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 f378f3f..fff5fb3 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({