mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-20 04:24:21 -04:00
remove code that doesn't work anyway
This commit is contained in:
parent
29884941ed
commit
e4ad7bcd22
1 changed files with 0 additions and 3 deletions
|
@ -31,9 +31,6 @@ form.onsubmit = function(event) {
|
||||||
xhr.onload = function() {
|
xhr.onload = function() {
|
||||||
if (xhr.status == 200) {
|
if (xhr.status == 200) {
|
||||||
uploadButton.innerHTML = 'Send Files';
|
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