summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2013-08-28 15:11:09 -0700
committerThomas Müller <thomas.mueller@tmit.eu>2013-08-28 15:11:09 -0700
commit81cab5ada84bfbb0fb38b8b031770f29bc4ceda6 (patch)
tree89235009e48009c380f0c752110257b56e3ede0e /apps/files_trashbin
parent67ce2ad86985a94389be1edcf38ad037ec2caf7f (diff)
parent6bd0f3cba7491c55e53c637b3cae60ac9685f146 (diff)
downloadnextcloud-server-81cab5ada84bfbb0fb38b8b031770f29bc4ceda6.tar.gz
nextcloud-server-81cab5ada84bfbb0fb38b8b031770f29bc4ceda6.zip
Merge pull request #3926 from owncloud/improve_filesummary
Improve filelist summary
Diffstat (limited to 'apps/files_trashbin')
-rw-r--r--apps/files_trashbin/js/trash.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_trashbin/js/trash.js b/apps/files_trashbin/js/trash.js
index b14a7240cbe..40c0bdb3829 100644
--- a/apps/files_trashbin/js/trash.js
+++ b/apps/files_trashbin/js/trash.js
@@ -20,6 +20,7 @@ $(document).ready(function() {
OC.dialogs.alert(result.data.message, t('core', 'Error'));
}
enableActions();
+ FileList.updateFileSummary();
});
});
@@ -48,6 +49,7 @@ $(document).ready(function() {
OC.dialogs.alert(result.data.message, t('core', 'Error'));
}
enableActions();
+ FileList.updateFileSummary();
});
});