Add progress bar for pad download

This commit is contained in:
ClemDee
2019-08-14 15:42:32 +02:00
parent 2ee3b77a43
commit f017215300
3 changed files with 16 additions and 5 deletions

View File

@@ -482,6 +482,7 @@ define([
var ctx = {
get: common.getPad,
sframeChan: sframeChan,
};
var dl = downloadFunction(ctx, data, function (err, obj) {
$link.prepend($('<span>', {'class': 'fa fa-external-link'}))