Fixed tests

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ (skjnldsv) 2017-12-26 16:37:34 +01:00
parent 0cb45f681f
commit c8db1ed741
No known key found for this signature in database
GPG Key ID: FB5ACEED51955BF8
2 changed files with 0 additions and 3 deletions

View File

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

View File

@ -79,7 +79,6 @@
},
updateQuota:function(response) {
console.log('updateQuota');
if (response === undefined) {
return;
}