1
0
mirror of https://github.com/C9Glax/tranga.git synced 2025-04-19 23:03:19 +02:00

Better indication if tasks have started.

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

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