summaryrefslogtreecommitdiff
path: root/share/static/js/receive.js
diff options
context:
space:
mode:
Diffstat (limited to 'share/static/js/receive.js')
-rw-r--r--share/static/js/receive.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/static/js/receive.js b/share/static/js/receive.js
index ed4d87e0..f247b4e4 100644
--- a/share/static/js/receive.js
+++ b/share/static/js/receive.js
@@ -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')
}
}