Refactor file upload interface to use jQuery, and to have separate upload progress bars. The progess bars make clear when the data has been sent to the first Tor node, and when its waiting on the rest of the Tor network. It also allows the sender to cancel uploads

This commit is contained in:
Micah Lee 2019-02-15 18:52:28 -08:00
parent 7e709bb234
commit 2d78b545a5
No known key found for this signature in database
GPG key ID: 403C2657CD994F73
5 changed files with 222 additions and 131 deletions

View file

@ -0,0 +1,2 @@
// Hide the noscript div, because our javascript is executing
document.getElementById('noscript').style.display = 'none';