diff options
| author | Scott Ostler <sbsotler@gmail.com> | 2010-12-22 12:08:28 -0800 |
|---|---|---|
| committer | Scott Ostler <sbsotler@gmail.com> | 2010-12-22 12:08:28 -0800 |
| commit | 8d44926c18bd96f9dd5b6da59e3c1b1704438e03 (patch) | |
| tree | 13e0c1683094efb38f7a66b1eaa4fce729fa91e5 /static/js/pichat.js | |
| parent | 438747cbab4d6c81f1257c8c3e875aa7cd452a87 (diff) | |
| parent | a902975120976bb189e7a1aae83eee4cb33065d2 (diff) | |
Merge dump.fm:prod/
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 e78deb8..a33209b 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({ |
