mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUACAMOLE-724: Remove unused parameter from clipboardService.setClipboard() calls.
This commit is contained in:
@@ -552,7 +552,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
||||
source : managedClient.id,
|
||||
type : mimetype,
|
||||
data : data
|
||||
}), managedClient)['catch'](angular.noop);
|
||||
}))['catch'](angular.noop);
|
||||
};
|
||||
|
||||
}
|
||||
@@ -565,7 +565,7 @@ angular.module('client').factory('ManagedClient', ['$rootScope', '$injector',
|
||||
source : managedClient.id,
|
||||
type : mimetype,
|
||||
data : reader.getBlob()
|
||||
}), managedClient)['catch'](angular.noop);
|
||||
}))['catch'](angular.noop);
|
||||
};
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user