Better indication if tasks have started.
This commit is contained in:
parent
7c62883c37
commit
ac4c799a74
@ -401,7 +401,6 @@ function CreateProgressChild(task){
|
|||||||
|
|
||||||
|
|
||||||
var progress = document.createElement("progress");
|
var progress = document.createElement("progress");
|
||||||
progress.value = 0;
|
|
||||||
child.appendChild(progress);
|
child.appendChild(progress);
|
||||||
|
|
||||||
var progressStr = document.createElement("span");
|
var progressStr = document.createElement("span");
|
||||||
|
Loading…
Reference in New Issue
Block a user