mirror of
https://github.com/9001/copyparty.git
synced 2025-09-30 13:42:27 -06:00
cosmetic: fix uptoast on page load
This commit is contained in:
parent
892a452446
commit
733e85c040
|
@ -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 ||
|
||||
|
|
Loading…
Reference in a new issue