update file summary after group delete/restore

This commit is contained in:
Bjoern Schiessle 2013-10-09 16:17:43 +02:00
parent 46bce8e540
commit 7ab4fef7a9
1 changed files with 2 additions and 0 deletions

View File

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