From 2cd4a55732be51d13cd3651e48638cb9f07e3422 Mon Sep 17 00:00:00 2001 From: sostler Date: Sat, 29 May 2010 00:05:11 -0400 Subject: Increase fav display length --- static/js/pichat.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static/js') 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) { -- cgit v1.2.3-70-g09d2