GUACAMOLE-571: Merge correction to "rootConnectionGroups" typo in home controller.

This commit is contained in:
Michael Jumper
2018-06-08 00:03:57 -07:00

View File

@@ -70,7 +70,7 @@ angular.module('home').controller('homeController', ['$scope', '$injector',
*/ */
$scope.isLoaded = function isLoaded() { $scope.isLoaded = function isLoaded() {
return $scope.rootConnectionGroup !== null; return $scope.rootConnectionGroups !== null;
}; };