Skip to content

Commit

Permalink
fix js typo (could panic on network glitches)
Browse files Browse the repository at this point in the history
  • Loading branch information
9001 committed Sep 2, 2024
1 parent 5a8c3b8 commit d9e9526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copyparty/web/up2k.js
Original file line number Diff line number Diff line change
Expand Up @@ -2625,7 +2625,7 @@ function up2k_init(subtle) {
t.nojoin = t.nojoin || t.postlist.length;
console.log("ignoring dupe-segment with backoff", t.nojoin, t.name, t);
if (!toast.visible && st.todo.upload.length < 4)
toast.msg(10, L.u_cbusy);
toast.inf(10, L.u_cbusy);
}
else {
xhrchk(xhr, L.u_cuerr2.format(snpart, Math.ceil(t.size / chunksize), t.name), "404, target folder not found (???)", "warn", t);
Expand Down

0 comments on commit d9e9526

Please sign in to comment.