From 54e0b6ffdaa6e2030f20d03dabdc1c28903fe905 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Wed, 13 Feb 2019 14:10:27 +1100 Subject: remove code that doesn't work anyway --- share/static/js/receive.js | 3 --- 1 file changed, 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') - } } } -- cgit v1.2.3-54-g00ecf