diff options
author | Joey Hess <joey@kitenet.net> | 2013-03-20 13:28:18 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-03-20 13:28:18 -0400 |
commit | 04b3b01cc7aeb07962c86cfbb3c82b54425b3106 (patch) | |
tree | 9cd034abe4f86467b38117ee4efef44e3d6f8b7a | |
parent | f87919cb1d84b34b49c604990d9f2e06ec271a80 (diff) |
update
-rw-r--r-- | doc/design/assistant/webapp.mdwn | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn index f9844e73c..aa7b5fd6a 100644 --- a/doc/design/assistant/webapp.mdwn +++ b/doc/design/assistant/webapp.mdwn @@ -9,6 +9,10 @@ each time. Updating the DOM instead from javascript would avoid that; the webapp just needs to send the javascript either a full `<div>` or a changed percentage and quantity complete to update a single progress bar. +(Another reason to do this is it'll cut down on the refreshes, which +sometimes make browsers ignore clicks on UI elements like the pause button, +if the transfer display refreshes just as the click is made.) + ## other features * there could be a UI to export a file, which would make it be served up |