Skip to content

Commit d9e9526

Browse files
committed
fix js typo (could panic on network glitches)
1 parent 5a8c3b8 commit d9e9526

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

copyparty/web/up2k.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ function up2k_init(subtle) {
26252625
t.nojoin = t.nojoin || t.postlist.length;
26262626
console.log("ignoring dupe-segment with backoff", t.nojoin, t.name, t);
26272627
if (!toast.visible && st.todo.upload.length < 4)
2628-
toast.msg(10, L.u_cbusy);
2628+
toast.inf(10, L.u_cbusy);
26292629
}
26302630
else {
26312631
xhrchk(xhr, L.u_cuerr2.format(snpart, Math.ceil(t.size / chunksize), t.name), "404, target folder not found (???)", "warn", t);

0 commit comments

Comments
 (0)