diff options
| author | sostler <sbostler@gmail.com> | 2010-05-29 00:05:11 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-05-29 00:05:11 -0400 |
| commit | 2cd4a55732be51d13cd3651e48638cb9f07e3422 (patch) | |
| tree | 8b435141aab8c57320473622fd8cdfbad9ad3fc9 | |
| parent | f44dcf643f637c07148871819653f296c58cd3e0 (diff) | |
Increase fav display length
| -rw-r--r-- | static/js/pichat.js | 2 |
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) { |
