summaryrefslogtreecommitdiff
path: root/www/js/shows.js
diff options
context:
space:
mode:
authorPeter Grassberger <petertheone@gmail.com>2016-02-19 00:22:43 (GMT)
committerPeter Grassberger <petertheone@gmail.com>2016-02-19 00:22:43 (GMT)
commitbe7e6c392241c7f119678ea10a1575a7f7be7405 (patch)
treeede0f95cc41cdc94e954ccffb5266c9f4d77d7f5 /www/js/shows.js
parentc592d5926c9dc39b0d9d3bb1bd37f487a5c12360 (diff)
jingles: fix upload progressbar not showing
also set focus on upload button after fileadded
Diffstat (limited to 'www/js/shows.js')
-rw-r--r--www/js/shows.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/www/js/shows.js b/www/js/shows.js
index e4417ad..c5c3581 100644
--- a/www/js/shows.js
+++ b/www/js/shows.js
@@ -239,7 +239,6 @@ Rivendell.ShowView.prototype.uploadProgress = function(upload, file) {
$('.cart-number', $progressBar).text(file.cartNumber);
$cart.html($progressBar.html());
- var self = this;
$('button', $cart).on('click', function() {
upload.cancel();
});