Add progress bar for pad download
This commit is contained in:
@@ -880,7 +880,12 @@ define([
|
||||
error: err,
|
||||
data: val
|
||||
});
|
||||
}, data.opts);
|
||||
}, data.opts, function (progress) {
|
||||
sframeChan.event("EV_CRYPTGET_PROGRESS", {
|
||||
hash: data.hash,
|
||||
progress: progress,
|
||||
});
|
||||
});
|
||||
};
|
||||
//return void todo();
|
||||
if (i > 30) {
|
||||
|
||||
Reference in New Issue
Block a user