mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-17 02:40:56 +01: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);
|
||||
}
|
||||
|
||||
if (s === '') {
|
||||
s = 'almost done'
|
||||
}
|
||||
|
||||
return s;
|
||||
}
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user