mirror of
https://github.com/C9Glax/tranga.git
synced 2025-02-23 15:50:13 +01:00
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");
|
||||
progress.value = 0;
|
||||
child.appendChild(progress);
|
||||
|
||||
var progressStr = document.createElement("span");
|
||||
|
Loading…
x
Reference in New Issue
Block a user