remove code that doesn't work anyway

This commit is contained in:
Miguel Jacq 2019-02-13 14:10:27 +11:00
parent 044c4d0e6e
commit 54e0b6ffda
No known key found for this signature in database
GPG Key ID: EEA4341C6D97A0B6

View File

@ -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')
}
}
}