mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-03 23:15:18 -04:00
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:
parent
7e709bb234
commit
2d78b545a5
5 changed files with 222 additions and 131 deletions
2
share/static/js/receive-noscript.js
Normal file
2
share/static/js/receive-noscript.js
Normal file
|
@ -0,0 +1,2 @@
|
|||
// Hide the noscript div, because our javascript is executing
|
||||
document.getElementById('noscript').style.display = 'none';
|
Loading…
Add table
Add a link
Reference in a new issue