Fix unwanted var

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2018-01-03 14:01:47 +01:00
parent c4490c6ba8
commit 51eb26e183
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
1 changed files with 1 additions and 1 deletions

View File

@ -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));