diff options
author | Mario Vavti <mario@mariovavti.com> | 2016-08-04 10:36:45 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2016-08-04 10:36:45 +0200 |
commit | 0340160ba71f73ef3dab1141d75f30d85144cc44 (patch) | |
tree | bba09795fa6a6b7e240a7c32bb42025253699e94 /view/js/main.js | |
parent | 4ede3fd771ea997cffaa6abab29988a58daf892e (diff) | |
download | volse-hubzilla-0340160ba71f73ef3dab1141d75f30d85144cc44.tar.gz volse-hubzilla-0340160ba71f73ef3dab1141d75f30d85144cc44.tar.bz2 volse-hubzilla-0340160ba71f73ef3dab1141d75f30d85144cc44.zip |
multi acl: port /cloud and /filestorage
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/view/js/main.js b/view/js/main.js index a3fade0ea..21157bdfe 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -1015,8 +1015,6 @@ function filestorage(event, nick, id) { $('#cloud-index-' + last_filestorage_id).removeClass('cloud-index-active'); $('#perms-panel-' + last_filestorage_id).hide().html(''); $('#file-edit-' + id).spin('tiny'); - // What for do we need this here? - delete acl; $.get('filestorage/' + nick + '/' + id + '/edit', function(data) { $('#cloud-index-' + id).addClass('cloud-index-active'); $('#perms-panel-' + id).html(data).show(); |