mirror of
https://github.com/9001/copyparty.git
synced 2026-08-13 13:53:06 -06:00
shr: remove upget (serves no purpose)
This commit is contained in:
parent
9fa950bcfa
commit
89040874f5
|
|
@ -4078,7 +4078,7 @@ var fileman = (function () {
|
|||
'<tr><td>perms</td><td class="sh_axs">',
|
||||
];
|
||||
for (var a = 0; a < perms.length; a++)
|
||||
if (!has(['admin', 'move', 'delete'], perms[a]))
|
||||
if (!has(['admin', 'move', 'delete', 'upget'], perms[a]))
|
||||
html.push('<a href="#" class="tgl btn">' + perms[a] + '</a>');
|
||||
|
||||
if (has(perms, 'write'))
|
||||
|
|
|
|||
Loading…
Reference in a new issue