summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/static/js/receive.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/share/static/js/receive.js b/share/static/js/receive.js
index f247b4e4..ae915865 100644
--- a/share/static/js/receive.js
+++ b/share/static/js/receive.js
@@ -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')
- }
}
}