aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-12-26 16:37:34 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-12-26 16:37:34 +0100
commitc8db1ed74138e727013fb6712374844829277ae6 (patch)
tree3e97b1686a522a94621f2427bdd41b816af60549 /apps/files/js/filelist.js
parent0cb45f681f28c08784eb50dbc60080008eb897cd (diff)
downloadnextcloud-server-c8db1ed74138e727013fb6712374844829277ae6.tar.gz
nextcloud-server-c8db1ed74138e727013fb6712374844829277ae6.zip
Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps/files/js/filelist.js')
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index a3ae92f575a..f75c9d18ea0 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -1751,7 +1751,6 @@
return true;
}
- // TODO: parse remaining quota from PROPFIND response
this.updateStorageStatistics(true);
// first entry is the root
@@ -3054,7 +3053,6 @@
var uploadText = self.$fileList.find('tr .uploadtext');
self.showFileBusyState(uploadText.closest('tr'), false);
- self.updateStorageStatistics(true);
uploadText.fadeOut();
uploadText.attr('currentUploads', 0);
});