summaryrefslogtreecommitdiff
path: root/static
diff options
context:
space:
mode:
authorsostler <sbostler@gmail.com>2010-05-29 00:05:11 -0400
committersostler <sbostler@gmail.com>2010-05-29 00:05:11 -0400
commit2cd4a55732be51d13cd3651e48638cb9f07e3422 (patch)
tree8b435141aab8c57320473622fd8cdfbad9ad3fc9 /static
parentf44dcf643f637c07148871819653f296c58cd3e0 (diff)
Increase fav display length
Diffstat (limited to 'static')
-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) {