mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-17 22:00:38 -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
002f91d108
commit
1b68adc6d0
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