multi acl: port /cloud and /filestorage

This commit is contained in:
Mario Vavti
2016-08-04 10:36:45 +02:00
parent 4ede3fd771
commit 0340160ba7
6 changed files with 14 additions and 27 deletions

View File

@@ -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();