diff --git a/www/common/sframe-common-file.js b/www/common/sframe-common-file.js index 3956c60a6..4958cce1f 100644 --- a/www/common/sframe-common-file.js +++ b/www/common/sframe-common-file.js @@ -533,8 +533,7 @@ define([ createUploader(config.dropArea, config.hoverArea, config.body); - // XXX an X is still displayed when downloading, even though we can't cancel (at the moment) - // XXX implement the abiality to cancel downloads :D + // TODO implement the ability to cancel downloads :D var updateProgressbar = function (file, data, downloadFunction, cb) { if (queue.inProgress) { return; } queue.inProgress = true; @@ -625,10 +624,10 @@ define([ }); */ -/* $row.find('.cp-fileupload-table-cancel') .html('') - .append($cancel); */ + .append(h('span.fa.fa-minus')); + //.append($cancel); }; File.downloadFile = function (fData, cb) {