diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-12 21:47:27 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-12 21:47:27 -0400 |
commit | f9cd38d496f4a33547735cc245959a5363280679 (patch) | |
tree | 07f93e0dd8a49ad27b42dee02f090935e2ea6eff | |
parent | 6ab5e58a15a4fcf11a05764bb9385d2bfb5996a2 (diff) |
remove todo item really caused by the webapp hang bug, now fixed
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index b55d1b860..32ba0e7d0 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -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** |