summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-01-03 14:01:47 +0100
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2018-01-03 14:01:47 +0100
commit51eb26e18379a2ba3f90c719048fc2d3986f3190 (patch)
tree07cb82697e2979b72ba699928ec606c8c06bf60b
parentc4490c6ba890240777fc033b56f9bdd8fd4f4c9a (diff)
downloadnextcloud-server-51eb26e18379a2ba3f90c719048fc2d3986f3190.tar.gz
nextcloud-server-51eb26e18379a2ba3f90c719048fc2d3986f3190.zip
Fix unwanted var
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
-rw-r--r--apps/files/js/filelist.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/files/js/filelist.js b/apps/files/js/filelist.js
index a2fd45e24b3..5e17f128a7d 100644
--- a/apps/files/js/filelist.js
+++ b/apps/files/js/filelist.js
@@ -3080,7 +3080,7 @@
uploadText.fadeOut();
uploadText.attr('currentUploads', 0);
- self.updateStorageQuotas(true);
+ self.updateStorageQuotas();
});
uploader.on('createdfolder', function(fullPath) {
self.addAndFetchFileInfo(OC.basename(fullPath), OC.dirname(fullPath));