mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 09:02:15 -06:00
only show the unpost hint if unpost is available (-e2d)
This commit is contained in:
parent
95a599961e
commit
5e111ba5ee
|
@ -1332,7 +1332,8 @@ function up2k_init(subtle) {
|
||||||
return modal.confirm(msg.join('') + '</ul>', function () {
|
return modal.confirm(msg.join('') + '</ul>', function () {
|
||||||
start_actx();
|
start_actx();
|
||||||
up_them(good_files);
|
up_them(good_files);
|
||||||
toast.inf(15, L.u_unpt, L.u_unpt);
|
if (have_up2k_idx)
|
||||||
|
toast.inf(15, L.u_unpt, L.u_unpt);
|
||||||
}, null);
|
}, null);
|
||||||
|
|
||||||
up_them(good_files);
|
up_them(good_files);
|
||||||
|
|
Loading…
Reference in a new issue