mirror of
https://github.com/9001/copyparty.git
synced 2025-11-03 05:23:31 +00:00
cosmetic: fix uptoast on page load
This commit is contained in:
@@ -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 ||
|
||||
|
||||
Reference in New Issue
Block a user