mirror of
https://github.com/onionshare/onionshare.git
synced 2024-12-28 00:39:37 -05:00
remove code that doesn't work anyway
This commit is contained in:
parent
044c4d0e6e
commit
54e0b6ffda
@ -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…
Reference in New Issue
Block a user