From 6f60e71ea41547186917acbf491ed194a20d3087 Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 21 Sep 2022 20:39:14 +0530 Subject: [PATCH] 'almost done' is misleading sometimes --- ui/index.html | 4 ---- 1 file changed, 4 deletions(-) diff --git a/ui/index.html b/ui/index.html index 9dbe967a..4294ddb8 100644 --- a/ui/index.html +++ b/ui/index.html @@ -1359,10 +1359,6 @@ function millisecondsToStr(milliseconds) { s += seconds + ' second' + numberEnding(seconds); } - if (s === '') { - s = 'almost done' - } - return s; }