mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-11-15 01:05:42 +00:00
small fix
This commit is contained in:
parent
0f7df4fd3b
commit
0ea03983d6
@ -233,7 +233,6 @@
|
||||
</tr>`
|
||||
);
|
||||
}
|
||||
M.Collapsible.getInstance(document.getElementById("job-list")).open(1);
|
||||
}
|
||||
|
||||
setStatus(status) {
|
||||
@ -241,6 +240,7 @@
|
||||
if (status === "complete") {
|
||||
progressIndicator = document.getElementById("progress-indicator");
|
||||
progressIndicator.classList.add("hide");
|
||||
M.Collapsible.getInstance(document.getElementById("job-list")).open(1);
|
||||
}
|
||||
statusElement = document.getElementById("status");
|
||||
statusElement.dataset.status = status;
|
||||
|
Loading…
Reference in New Issue
Block a user