From 733e85c04013bf4ec151c708f5f10f85706361d3 Mon Sep 17 00:00:00 2001 From: ed Date: Tue, 23 Sep 2025 19:38:24 +0000 Subject: [PATCH] cosmetic: fix uptoast on page load --- copyparty/web/up2k.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/copyparty/web/up2k.js b/copyparty/web/up2k.js index 5129f58e..1e47c354 100644 --- a/copyparty/web/up2k.js +++ b/copyparty/web/up2k.js @@ -1803,7 +1803,7 @@ function up2k_init(subtle) { while (true) { var now = Date.now(), blocktime = now - r.tact, - was_busy = st.is_busy, + was_busy = !!st.is_busy, is_busy = !!( // gzip take the wheel st.car < st.files.length || st.busy.hash.length ||