mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-10-28 15:43:08 +00:00
GUACAMOLE-152: Remove unneeded formattedScale method.
This commit is contained in:
@@ -731,10 +731,6 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
|
|||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
$scope.formattedScale = function formattedScale() {
|
|
||||||
return Math.round($scope.client.clientProperties.scale * 100);
|
|
||||||
};
|
|
||||||
|
|
||||||
$scope.zoomIn = function zoomIn() {
|
$scope.zoomIn = function zoomIn() {
|
||||||
$scope.menu.autoFit = false;
|
$scope.menu.autoFit = false;
|
||||||
$scope.client.clientProperties.autoFit = false;
|
$scope.client.clientProperties.autoFit = false;
|
||||||
|
|||||||
Reference in New Issue
Block a user