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:
@@ -40,7 +40,7 @@ angular.module('manage').controller('statusController', ['$scope', '$rootScope',
|
||||
statusModal.showStatus(false);
|
||||
|
||||
// Fire action event
|
||||
$rootScope.$broadcast('guacStatusAction', action);
|
||||
$rootScope.$broadcast('guacAction', action);
|
||||
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user