mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-06-19 00:07:48 +02:00
'almost done' is misleading sometimes
This commit is contained in:
parent
16c842366a
commit
6f60e71ea4
@ -1359,10 +1359,6 @@ function millisecondsToStr(milliseconds) {
|
|||||||
s += seconds + ' second' + numberEnding(seconds);
|
s += seconds + ' second' + numberEnding(seconds);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (s === '') {
|
|
||||||
s = 'almost done'
|
|
||||||
}
|
|
||||||
|
|
||||||
return s;
|
return s;
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user