mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-23 13:51:51 +01:00
Fix whitespace
This commit is contained in:
parent
d1738baf44
commit
fb075a0013
@ -629,9 +629,9 @@ function onTaskCompleted(task, reqBody, instance, outputContainer, stepUpdate) {
|
|||||||
time /= 1000
|
time /= 1000
|
||||||
|
|
||||||
if (task.batchesDone == task.batchCount) {
|
if (task.batchesDone == task.batchCount) {
|
||||||
if (!task.outputMsg.innerText.toLowerCase().includes('error')) {
|
if (!task.outputMsg.innerText.toLowerCase().includes('error')) {
|
||||||
task.outputMsg.innerText = `Processed ${task.numOutputsTotal} images in ${time} seconds`
|
task.outputMsg.innerText = `Processed ${task.numOutputsTotal} images in ${time} seconds`
|
||||||
}
|
}
|
||||||
task.progressBar.style.height = "0px"
|
task.progressBar.style.height = "0px"
|
||||||
task.progressBar.style.border = "0px solid var(--background-color3)"
|
task.progressBar.style.border = "0px solid var(--background-color3)"
|
||||||
task.progressBar.classList.remove("active")
|
task.progressBar.classList.remove("active")
|
||||||
|
Loading…
Reference in New Issue
Block a user