Browse Source

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

adaptive-webui-19844
Christophe Dumez 15 years ago
parent
commit
fe62efa145
  1. 2
      src/webui/scripts/client.js

2
src/webui/scripts/client.js

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

Loading…
Cancel
Save