diff --git a/copyparty/web/browser.js b/copyparty/web/browser.js index d8d80496..17a9b0dd 100644 --- a/copyparty/web/browser.js +++ b/copyparty/web/browser.js @@ -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]))