mirror of
				https://github.com/gyurix1968/guacamole-client.git
				synced 2025-10-31 17:13:21 +00:00 
			
		
		
		
	GUAC-605: Use consistent event naming.
This commit is contained in:
		| @@ -244,7 +244,7 @@ angular.module('home').controller('clientController', ['$scope', '$routeParams', | ||||
|     }); | ||||
|  | ||||
|     // Handle reconnect action | ||||
|     $scope.$on('guacStatusAction', function actionListener(event, action) { | ||||
|     $scope.$on('guacAction', function actionListener(event, action) { | ||||
|  | ||||
|         if (action === "client.action.reconnect") | ||||
|             $scope.id = uniqueId; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user