Skip to content

Commit

Permalink
GUACAMOLE-1896: Merge clean up unreachable code.
Browse files Browse the repository at this point in the history
  • Loading branch information
necouchman authored Jan 3, 2024
2 parents f23b667 + 1156875 commit d5ea8ac
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,7 @@ angular.module('client').controller('clientController', ['$scope', '$routeParams
// Update available connection parameters, if the updated arguments are
// for the current focused client - otherwise ignore them
if ($scope.focusedClient && $scope.focusedClient === focusedClient)
$scope.menu.connectionParameters = focusedClient ?
ManagedClient.getArgumentModel(focusedClient) : {};
$scope.menu.connectionParameters = ManagedClient.getArgumentModel(focusedClient);

});

Expand Down

0 comments on commit d5ea8ac

Please sign in to comment.