summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/js/pichat.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/static/js/pichat.js b/static/js/pichat.js
index e884c15..8b088db 100644
--- a/static/js/pichat.js
+++ b/static/js/pichat.js
@@ -221,7 +221,7 @@ function removeFavAndHideBox() {
function showFav(f) {
$('#favbox').show();
- buildFav(f).appendTo('#favbox').fadeOut(3000, removeFavAndHideBox);
+ buildFav(f).appendTo('#favbox').fadeOut(5000, removeFavAndHideBox);
}
function updateFavs(fs) {