Compare commits

..

No commits in common. "1073044f31f5bfc1c57926afcb0807ac9baf6b1d" and "06f443a503ec0d1090b7e285747d999065ee0b88" have entirely different histories.

View File

@ -100,9 +100,6 @@ export class ResumableFileUploadService implements OnDestroy{
if (index > -1) { if (index > -1) {
this.files.splice(index, 1); this.files.splice(index, 1);
} }
if(this.files.length==0) {
this.uploading = false;
}
}; };
doClose = function () { doClose = function () {