add option to specify default num parallel uploads

This commit is contained in:
ed 2023-12-28 01:41:17 +01:00
parent 39554b4bc3
commit 5b26ab0096
5 changed files with 11 additions and 5 deletions

View file

@ -1077,7 +1077,7 @@ ebi('op_up2k').innerHTML = (
' <tr>\n' +
' <td class="c" data-perm="read">\n' +
' <a href="#" class="b" id="nthread_sub">&ndash;</a><input\n' +
' class="txtbox" id="nthread" value="2" tt="' + L.ut_par + '"/><a\n' +
' class="txtbox" id="nthread" value="" tt="' + L.ut_par + '"/><a\n' +
' href="#" class="b" id="nthread_add">+</a><br />&nbsp;\n' +
' </td>\n' +
' </tr>\n' +