remove todo item really caused by the webapp hang bug, now fixed

This commit is contained in:
Joey Hess 2013-03-12 21:47:27 -04:00
parent 8883a75fd5
commit 418b017978

View file

@ -1,14 +1,5 @@
The webapp is a web server that displays a shiny interface.
## bugs
* At least in chromium, clicking on the transfer pause or cancel button
sometimes fails. Seen in javascript console:
500 error code from web server.
This is quite likely because of how the div containing transfers is refereshed.
If instead javascript was used to update the progress bar etc for transfers
with json data, the buttons would work better.
## interface
* list of files uploading and downloading **done**