mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-10 07:01:21 +00:00
GUAC-1053 Fixed problems highlighted in pull request comments.
This commit is contained in:
@@ -49,7 +49,7 @@ angular.module('rest').factory('languageService', ['$injector',
|
||||
token : authenticationService.getCurrentToken()
|
||||
};
|
||||
|
||||
// Retrieve available protocols
|
||||
// Retrieve available languages
|
||||
return $http({
|
||||
cache : cacheService.languages,
|
||||
method : 'GET',
|
||||
|
Reference in New Issue
Block a user