mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
fix missing bracket
This commit is contained in:
parent
6c36fcb953
commit
044c4d0e6e
@ -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…
Reference in New Issue
Block a user