Avoid much flickering in filemanager list
This commit is contained in:
@@ -370,7 +370,6 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
|
||||
};
|
||||
|
||||
$scope.refresh = function () {
|
||||
$scope.busy = true;
|
||||
$scope.selected = [];
|
||||
|
||||
Client.filesGet($scope.id, $scope.type, $scope.cwd, 'data', function (error, result) {
|
||||
|
||||
Reference in New Issue
Block a user