cosmetic: fix uptoast on page load

This commit is contained in:
ed 2025-09-23 19:38:24 +00:00
parent 892a452446
commit 733e85c040

View file

@ -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 ||