update file summary after group delete/restore

remotes/origin/stable6
Bjoern Schiessle 13 years ago
parent 46bce8e540
commit 7ab4fef7a9
  1. 2
      apps/files_trashbin/js/trash.js

@ -121,6 +121,7 @@ $(document).ready(function() {
OC.dialogs.alert(result.data.message, t('core', 'Error'));
}
enableActions();
FileList.updateFileSummary();
}
);
});
@ -148,6 +149,7 @@ $(document).ready(function() {
OC.dialogs.alert(result.data.message, t('core', 'Error'));
}
enableActions();
FileList.updateFileSummary();
}
);

Loading…
Cancel
Save