mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 09:03:21 +00:00 
			
		
		
		
	GUAC-807 Fixed login page error, minify button usage, and menu initial state.
This commit is contained in:
		| @@ -44,7 +44,7 @@ angular.module('home').controller('clientController', ['$scope', '$routeParams', | ||||
|     $scope.clientProperties = {scale: 1}; | ||||
|      | ||||
|     // Hide menu by default | ||||
|     $scope.menuShown        = true; | ||||
|     $scope.menuShown        = false; | ||||
|              | ||||
|     /* | ||||
|      * Parse the type, name, and id out of the url paramteres,  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user