mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 23:45:04 -04:00
remove code that doesn't work anyway
This commit is contained in:
parent
044c4d0e6e
commit
54e0b6ffda
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ form.onsubmit = function(event) {
|
|||
xhr.onload = function() {
|
||||
if (xhr.status == 200) {
|
||||
uploadButton.innerHTML = 'Send Files';
|
||||
if (document.getElementByClassName('flashes') !=null) {
|
||||
var flashes = document.getElementByClassName('flashes')
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue