diff options
| author | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-12-22 15:05:40 -0500 |
|---|---|---|
| committer | dumpfmprod <dumpfmprod@ubuntu.(none)> | 2010-12-22 15:05:40 -0500 |
| commit | a902975120976bb189e7a1aae83eee4cb33065d2 (patch) | |
| tree | 0ae462f5cde5c993ab38183e8face89c87c5d245 /static/js/pichat.js | |
| parent | 59af476f7d0c29319931102f05b7b6da63c5ee54 (diff) | |
Change fav jquery effect
Diffstat (limited to 'static/js/pichat.js')
| -rw-r--r-- | static/js/pichat.js | 5 |
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({ |
