mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-09 22:51:22 +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