mirror of
https://github.com/onionshare/onionshare.git
synced 2025-05-04 07:25:10 -04:00
fix missing bracket
This commit is contained in:
parent
6c36fcb953
commit
044c4d0e6e
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ form.onsubmit = function(event) {
|
|||
xhr.onload = function() {
|
||||
if (xhr.status == 200) {
|
||||
uploadButton.innerHTML = 'Send Files';
|
||||
if (document.getElementByClassName('flashes') !=null)
|
||||
if (document.getElementByClassName('flashes') !=null) {
|
||||
var flashes = document.getElementByClassName('flashes')
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue