- Refresh the transfer list every 1000ms instead of 1500ms now that it works better

This commit is contained in:
Christophe Dumez 2009-11-25 12:31:42 +00:00
parent cc2da45c2d
commit fe62efa145

View file

@ -156,7 +156,7 @@ window.addEvent('domready', function(){
} }
} }
waiting=false; waiting=false;
ajaxfn.delay(1500); ajaxfn.delay(1000);
} }
}).send(); }).send();
} }