mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-01-30 16:37:29 +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");
|
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…
x
Reference in New Issue
Block a user