aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-12-21 10:48:43 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-12-21 10:48:43 +0100
commit0cb45f681f28c08784eb50dbc60080008eb897cd (patch)
tree737c87db670398ca985d2522f05e086bba227c63 /apps/files/js/filelist.js
parent0c38c1b2dbd2c9eb5948b088375601136342aebb (diff)
downloadnextcloud-server-0cb45f681f28c08784eb50dbc60080008eb897cd.tar.gz
nextcloud-server-0cb45f681f28c08784eb50dbc60080008eb897cd.zip
Update quota on file upload and deletion
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index fa9819b78b5..a3ae92f575a 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -3054,6 +3054,7 @@
var uploadText = self.$fileList.find('tr .uploadtext');
self.showFileBusyState(uploadText.closest('tr'), false);
+ self.updateStorageStatistics(true);
uploadText.fadeOut();
uploadText.attr('currentUploads', 0);
});