mirror of
https://github.com/9001/copyparty.git
synced 2025-08-17 17:12:13 -06:00
fix mode display for move
This commit is contained in:
parent
24a2f760b7
commit
cca2844deb
|
@ -2839,7 +2839,7 @@ function apply_perms(newperms) {
|
|||
|
||||
var axs = [],
|
||||
aclass = '>',
|
||||
chk = ['read', 'write', 'rename', 'delete'];
|
||||
chk = ['read', 'write', 'move', 'delete'];
|
||||
|
||||
for (var a = 0; a < chk.length; a++)
|
||||
if (has(perms, chk[a]))
|
||||
|
|
Loading…
Reference in a new issue