From 418b017978cdeba8eac6ff85596c38490c5b8652 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Tue, 12 Mar 2013 21:47:27 -0400 Subject: [PATCH] remove todo item really caused by the webapp hang bug, now fixed --- doc/design/assistant/webapp.mdwn | 9 --------- 1 file changed, 9 deletions(-) diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index b55d1b860e..32ba0e7d04 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**