Better indication if tasks have started.

This commit is contained in:
glax 2023-06-10 00:07:41 +02:00
parent 7c62883c37
commit ac4c799a74

View File

@ -401,7 +401,6 @@ function CreateProgressChild(task){
var progress = document.createElement("progress");
progress.value = 0;
child.appendChild(progress);
var progressStr = document.createElement("span");