mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-11 07:27:42 +00:00
GUACAMOLE-44: Replace use of ManagedFileDownload with calls to the tunnel REST service.
This commit is contained in:
@@ -83,11 +83,6 @@ angular.module('client').directive('guacFileTransferManager', [function guacFile
|
||||
return isInProgress(upload.transferState);
|
||||
});
|
||||
|
||||
// Remove completed downloads
|
||||
$scope.client.downloads = $scope.client.downloads.filter(function isDownloadInProgress(download) {
|
||||
return isInProgress(download.transferState);
|
||||
});
|
||||
|
||||
};
|
||||
|
||||
}]
|
||||
|
Reference in New Issue
Block a user