only show the unpost hint if unpost is available (-e2d)

This commit is contained in:
ed 2024-01-14 04:24:32 +00:00
parent 95a599961e
commit 5e111ba5ee

View file

@ -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);