From 51eb26e18379a2ba3f90c719048fc2d3986f3190 Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Wed, 3 Jan 2018 14:01:47 +0100 Subject: Fix unwanted var MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/js/filelist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/files/js/filelist.js') 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)); -- cgit v1.2.3