Fixed tests
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
This commit is contained in:
parent
0cb45f681f
commit
c8db1ed741
|
@ -1751,7 +1751,6 @@
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: parse remaining quota from PROPFIND response
|
|
||||||
this.updateStorageStatistics(true);
|
this.updateStorageStatistics(true);
|
||||||
|
|
||||||
// first entry is the root
|
// first entry is the root
|
||||||
|
@ -3054,7 +3053,6 @@
|
||||||
|
|
||||||
var uploadText = self.$fileList.find('tr .uploadtext');
|
var uploadText = self.$fileList.find('tr .uploadtext');
|
||||||
self.showFileBusyState(uploadText.closest('tr'), false);
|
self.showFileBusyState(uploadText.closest('tr'), false);
|
||||||
self.updateStorageStatistics(true);
|
|
||||||
uploadText.fadeOut();
|
uploadText.fadeOut();
|
||||||
uploadText.attr('currentUploads', 0);
|
uploadText.attr('currentUploads', 0);
|
||||||
});
|
});
|
||||||
|
|
|
@ -79,7 +79,6 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
updateQuota:function(response) {
|
updateQuota:function(response) {
|
||||||
console.log('updateQuota');
|
|
||||||
if (response === undefined) {
|
if (response === undefined) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue